Hayden Molinari
Hayden Molinari
Using the schema found [here](https://developer.bigcommerce.com/graphql-playground) (also attached as txt) [schema.txt](https://github.com/Netflix/dgs-codegen/files/8191619/schema.txt) I've generated a query API. I make the following query (generated by the query API): ``` query { site {...
I use the schema found [here](https://developer.bigcommerce.com/graphql-playground) (also attached as txt) [schema.txt](https://github.com/Netflix/dgs-codegen/files/8191627/schema.txt) Using codegen, I generate this request: ``` query { site { settings { url { vanityUrl } } products(first:...