...

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

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

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

View as plain text