Icon LinkGraphQL

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.

Icon LinkSupported 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
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?

Icon ListDetailsOn this page