github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/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