Module graphql_schema

Module graphql_schema 

Source
Expand description

GraphQL schema generation for workflow models

This module provides functionality to generate GraphQL Schema Definition Language (SDL) from workflow models for API integration.

Structs§

GraphQLArgument
GraphQL argument definition
GraphQLField
GraphQL field definition
GraphQLSchemaGenerator
GraphQL schema generator for workflows
GraphQLType
GraphQL type definition

Enums§

GraphQLTypeKind
GraphQL type kind

Functions§

generate_graphql_schema
Generate a GraphQL schema for workflows