Files
core/http/graph/schema.graphqls
Jan Stabenow 9c0b535199 Add v16.7.2
2022-05-13 19:26:45 +02:00

26 lines
220 B
GraphQL

type Query {
ping: String!
}
type Mutation {
ping: String!
}
enum Command {
START
STOP
RESTART
RELOAD
}
enum State {
RUNNING
IDLE
}
scalar Time
scalar Any
scalar Map
scalar Uint64
scalar MetricsResponseValue