...

Text file src/github.com/vektah/gqlparser/v2/formatter/testdata/baseline/FormatQueryDocument/comments/basic.graphql

Documentation: github.com/vektah/gqlparser/v2/formatter/testdata/baseline/FormatQueryDocument/comments

     1# FooBarQuery comment
     2query FooBarQuery ($after: String!) {
     3	# fizzList comment
     4	fizzList(first: 100, after: $after) {
     5		# nodes comment
     6		nodes {
     7			# id comment
     8			id
     9		}
    10	}
    11}

View as plain text