...

Text file src/github.com/vektah/gqlparser/v2/formatter/testdata/baseline/FormatSchema/spaceIndent/definition.graphql

Documentation: github.com/vektah/gqlparser/v2/formatter/testdata/baseline/FormatSchema/spaceIndent

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

View as plain text