...

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

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

     1query ($first: Int = 30, $after: String!) {
     2    searchCats(first: $first, after: $after) {
     3        nodes {
     4            id
     5            name
     6        }
     7    }
     8}

View as plain text