...

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

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

     1extend type Query {
     2    defaultScalar(arg: DefaultScalarImplementation! = "default"): DefaultScalarImplementation!
     3}
     4
     5""" This doesnt have an implementation in the typemap, so it should act like a string """
     6scalar DefaultScalarImplementation
     7
     8type EmbeddedDefaultScalar {
     9    value: DefaultScalarImplementation
    10}

View as plain text