-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I use https://github.com/skevy/graphiql-app
request with params
query IntrospectionQuery {
__schema {
queryType {
name
}
mutationType {
name
}
subscriptionType {
name
}
types {
...FullType
}
directives {
name
description
locations
args {
...InputValue
}
}
}
}
fragment FullType on __Type {
...
}
fragment InputValue on __InputValue {
...
}
fragment TypeRef on __Type {
...
}
return
{"data":{"__schema":{...}, "errors":[{"message":"field not defined.","path":["__schema","subscriptionType"]}]}
Should be without the "errors" key or with the "errors" key but without the "__schema" key
See please here and here
Validate struct should be before execution code in app
also method max_depth should ignore this request
Sorry for my English
Metadata
Metadata
Assignees
Labels
No labels