Module fuel_indexer_lib::graphql
source · Re-exports
pub use parser::JoinTableMeta;pub use parser::ParsedError;pub use parser::ParsedGraphQLSchema;pub use validator::GraphQLSchemaValidator;
Modules
- fuel_indexer_lib::parser
Structs
- Wrapper for GraphQL schema content.
Constants
- Base GraphQL schema containing base scalars.
- Maximum amount of foreign key list fields that can exist on a
TypeDefinition
Functions
- Given a
FieldDefinitionthat is a possible foreign key (according toParsedGraphQLSchema), return the column type, column name, and table name of the foreign key. - Return a fully qualified name for a given
FieldDefinitionon a givenTypeDefinition. - Return the simple field name for a given
FieldDefinition. - Whether a given
FieldDefinitionis aListtype. - Return the simple field name for a given list
FieldDefinition. - Derive version of GraphQL schema content via SHA256.