...

Text file src/github.com/99designs/gqlgen/codegen/testserver/followschema/builtinscalar.graphql

Documentation: github.com/99designs/gqlgen/codegen/testserver/followschema

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

View as plain text