datarhei-dragonfork-core/http/graph/schema.graphqls

26 lines
220 B
GraphQL
Raw Normal View History

2022-05-13 13:26:45 -04:00
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