...

Text file src/github.com/vektah/gqlparser/v2/formatter/testdata/baseline/FormatSchema/default/description.graphql

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

     1"""
     2Cat is best kawaii animal in the world.
     3meow!
     4"""
     5type Cat {
     6	"""
     7	Shiny brillian name.
     8	"""
     9	name: String
    10	"""
    11	Only "meow" is allowed.
    12	"""
    13	speaks: String
    14}

View as plain text