GraphQL requests
No HTTP queries on GraphQL endpoint(s)
Refresh with latest queryNo GraphQL queries stored.
Schema: default
type Query {
"""
Required for
[Apollo Federation](https://www.apollographql.com/docs/federation/federation-spec/#query_service)
to be used for internal use only.
"""
_service: _Service!
}
"""
Required for
[Apollo Federation](https://www.apollographql.com/docs/federation/federation-spec/#type-_service)
to be used for internal use only.
"""
type _Service {
sdl: String
}
type Mutation {
fakeMutation: Boolean
}