github.com/deliveroo/gqlgen@v0.7.2/example/config/schema.graphql (about)

     1  type Query {
     2    todos: [Todo!]!
     3  }
     4  
     5  type Mutation {
     6    createTodo(input: NewTodo!): Todo!
     7  }