mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Add intercept module
This commit is contained in:
15
admin/src/features/projects/graphql/activeProject.graphql
Normal file
15
admin/src/features/projects/graphql/activeProject.graphql
Normal file
@ -0,0 +1,15 @@
|
||||
query ActiveProject {
|
||||
activeProject {
|
||||
id
|
||||
name
|
||||
isActive
|
||||
settings {
|
||||
intercept {
|
||||
requestsEnabled
|
||||
responsesEnabled
|
||||
requestFilter
|
||||
responseFilter
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user