pixie-io / pixie
6,438 C++Instant Kubernetes-Native Application Observability
pixie Specification
Located in src/cloud/api/controllers/schema/01_base_schema.graphql on branch HEAD
Unknown
GRAPHQL
0.3 KB
Raw GRAPHQL Specification
schema {
query: Query
mutation: Mutation
}
# The spec doesn't allow empty types.
# So we create palceholders here and allow these types to be
# extended by other files.
# https://github.com/graphql/graphql-spec/issues/568
type Query {
noop: Boolean!
}
type Mutation {
noop: Boolean!
}