...

Text file src/github.com/vektah/gqlparser/v2/formatter/testdata/baseline/FormatSchemaDocument/default/definition.graphql

Documentation: github.com/vektah/gqlparser/v2/formatter/testdata/baseline/FormatSchemaDocument/default

     1"""
     2Cat0 description
     3"""
     4scalar Cat0
     5type Cat1 {
     6	name: String
     7}
     8interface Cat2 {
     9	name: String
    10}
    11type Cat3_0 {
    12	name: String
    13}
    14type Cat3_1 {
    15	name: String
    16}
    17type Cat3_2 {
    18	name: String
    19}
    20union Cat3 = Cat3_0 | Cat3_1 | Cat3_2
    21enum Cat4 {
    22	NFC
    23	MAINECOON
    24}
    25input Cat5 {
    26	name: String
    27}

View as plain text