citizenelah
20 days agoAce
Download graphql schema?
Would like to build tools that I can validate queries against without having to manually reference online gated documentation. Is a downloadable format available somewhere?
- 20 days ago
You have two options.
Some API Tools (e.g. Altair) will let you download the SDL once it's able to complete its introspection query.
Alternatively, if you install the SDK, the query schema files are all located in node_modules/khoros-aurora-sdk/graphql