core/http/graph/log.graphqls
2022-05-13 19:26:45 +02:00

4 lines
39 B
GraphQL

extend type Query {
log: [String!]!
}