Forum Discussion

citizenelah's avatar
2 months ago
Solved

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?

  • 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

2 Replies

  • MattV's avatar
    MattV
    Khoros Staff
    2 months 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