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

4 lines
39 B
GraphQL
Raw Permalink Normal View History

2022-05-13 13:26:45 -04:00
extend type Query {
log: [String!]!
}