GraphQL

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.

Supported Functionality

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
FunctionalityStatusNotes
Argumentsread the Search and Filtering section
Aliases
Fragmentsinline fragments are currently not supported
Introspection
GraphQL Playgroundread the Playground section
Paginationread the Pagination section
Directives🚧read the Directives section
List Types🚧
Union Types🚧
Federation🚧
Variables
Mutations
Enums
Interfaces
Input Types