...

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

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

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

View as plain text