This is an old revision of the document!
Limitations / Unsupported Functions
There are several features of the GraphQL language that are not fully supported at this time. If you find yourself in need of these features, please contact us - we may be able to add them to our development timeline.
Queries Only
At the current time, GraphQL is only intended for queries. Mutations and Subscriptions are not available.
Fragments
We currently do not support Fragments in GraphQL queries.
Typename
As ARDI has multiple types, the __typename metadata property returns a list of results rather than a single string. Results are in the natural (ie. ARDI) case, instead of camelCase.
Directives
Currently, directives such as @skip and @include are not supported.