GraphQL requests
11 HTTP queries on GraphQL endpoint(s)
Refresh with latest query| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
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
}