...

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

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

     1type A {
     2    id: ID!
     3}
     4
     5type B {
     6    id: ID!
     7}
     8
     9union TestUnion = A | B
    10
    11extend type Query {
    12    optionalUnion: TestUnion
    13}

View as plain text