...

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

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

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

View as plain text