Module: Tasker::GraphQLTypes
- Defined in:
- lib/tasker.rb,
app/graphql/tasker/graph_ql_types.rb,
app/graphql/tasker/graph_ql_types/base_edge.rb,
app/graphql/tasker/graph_ql_types/base_enum.rb,
app/graphql/tasker/graph_ql_types/node_type.rb,
app/graphql/tasker/graph_ql_types/task_type.rb,
app/graphql/tasker/graph_ql_types/base_field.rb,
app/graphql/tasker/graph_ql_types/base_union.rb,
app/graphql/tasker/graph_ql_types/query_type.rb,
app/graphql/tasker/graph_ql_types/base_object.rb,
app/graphql/tasker/graph_ql_types/base_scalar.rb,
app/graphql/tasker/graph_ql_types/base_argument.rb,
app/graphql/tasker/graph_ql_types/mutation_type.rb,
app/graphql/tasker/graph_ql_types/base_interface.rb,
app/graphql/tasker/graph_ql_types/task_interface.rb,
app/graphql/tasker/graph_ql_types/annotation_type.rb,
app/graphql/tasker/graph_ql_types/base_connection.rb,
app/graphql/tasker/graph_ql_types/named_step_type.rb,
app/graphql/tasker/graph_ql_types/named_task_type.rb,
app/graphql/tasker/graph_ql_types/base_input_object.rb,
app/graphql/tasker/graph_ql_types/workflow_step_type.rb,
app/graphql/tasker/graph_ql_types/task_annotation_type.rb,
app/graphql/tasker/graph_ql_types/dependent_system_type.rb,
app/graphql/tasker/graph_ql_types/named_tasks_named_step_type.rb,
app/graphql/tasker/graph_ql_types/dependent_system_object_map_type.rb
Overview
Namespace for GraphQL types used in the Tasker API
Defined Under Namespace
Modules: BaseInterface, NodeType, TaskInterface Classes: AnnotationType, BaseArgument, BaseConnection, BaseEdge, BaseEnum, BaseField, BaseInputObject, BaseObject, BaseScalar, BaseUnion, DependentSystemObjectMapType, DependentSystemType, MutationType, NamedStepType, NamedTaskType, NamedTasksNamedStepType, QueryType, TaskAnnotationType, TaskType, WorkflowStepType