The Fuel indexer uses GraphQL to in order to allow users to query for indexed data. Please note that the Fuel indexer does not support the full GraphQL specification; however, we do our best to reasonably support as much as we can. In this chapter, you can find information on how to leverage our supported features to efficiently get the data you want.
While we do our best to maintain compliance with the GraphQL specification and parity with other implementations, there are a few things that are under development or will not be implemented. Here's a table describing our GraphQL functionality:
ā
-- implemented
š§ -- planned or in development
ā -- will not implement
Functionality | Status | Notes |
---|---|---|
Arguments | ā | read the Search and Filtering section |
Aliases | ā | |
Fragments | ā | inline fragments are currently not supported |
Introspection | ā | |
GraphQL Playground | ā | read the Playground section |
Pagination | ā | read the Pagination section |
Directives | š§ | read the Directives section |
List Types | š§ | |
Union Types | š§ | |
Federation | š§ | |
Variables | ā | |
Mutations | ā | |
Enums | ā | |
Interfaces | ā | |
Input Types | ā |
Was this page helpful?