mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
16 lines
216 B
GraphQL
16 lines
216 B
GraphQL
query ActiveProject {
|
|
activeProject {
|
|
id
|
|
name
|
|
isActive
|
|
settings {
|
|
intercept {
|
|
requestsEnabled
|
|
responsesEnabled
|
|
requestFilter
|
|
responseFilter
|
|
}
|
|
}
|
|
}
|
|
}
|