github.com/HaswinVidanage/gqlgen@v0.8.1-0.20220609041233-69528c1bf712/example/todo/gqlgen.yml (about)

     1  models:
     2    Todo:
     3      model: github.com/HaswinVidanage/gqlgen/example/todo.Todo
     4    ID:
     5      model: # override the default id marshaller to use ints
     6        - github.com/HaswinVidanage/gqlgen/graphql.IntID
     7        - github.com/HaswinVidanage/gqlgen/graphql.ID