...

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

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

     1extend type Query {
     2    panics: Panics
     3}
     4
     5type Panics {
     6    fieldScalarMarshal: [MarshalPanic!]!
     7    fieldFuncMarshal(u: [MarshalPanic!]!): [MarshalPanic!]!
     8    argUnmarshal(u: [MarshalPanic!]!): Boolean!
     9
    10}
    11
    12scalar MarshalPanic

View as plain text