...

Text file src/github.com/vektah/gqlparser/formatter/testdata/source/schema/description.graphql

Documentation: github.com/vektah/gqlparser/formatter/testdata/source/schema

     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