github.com/jepp2078/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 }