4 lines
39 B
GraphQL
4 lines
39 B
GraphQL
|
|
extend type Query {
|
||
|
|
log: [String!]!
|
||
|
|
}
|