github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/example/todo/gqlgen.yml (about) 1 models: 2 Todo: 3 model: github.com/99designs/gqlgen/example/todo.Todo 4 ID: 5 model: # override the default id marshaller to use ints 6 - github.com/99designs/gqlgen/graphql.IntID 7 - github.com/99designs/gqlgen/graphql.ID