github.com/HaswinVidanage/gqlgen@v0.8.1-0.20220609041233-69528c1bf712/example/config/schema.graphql (about) 1 type Query { 2 todos: [Todo!]! 3 } 4 5 type Mutation { 6 createTodo(input: NewTodo!): Todo! 7 }