...

Text file src/github.com/vektah/gqlparser/v2/formatter/testdata/source/query/basic.graphql

Documentation: github.com/vektah/gqlparser/v2/formatter/testdata/source/query

     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