github.com/maeglindeveloper/gqlgen@v0.13.1-0.20210413081235-57808b12a0a0/codegen/testserver/builtinscalar.graphql (about)

     1  
     2  """
     3  Since gqlgen defines default implementation for a Map scalar, this tests that the builtin is _not_
     4  added to the TypeMap
     5  """
     6  type Map {
     7      id: ID!
     8  }