Module: Zenaton::Services::GraphQL

Defined in:
lib/zenaton/services/graph_ql/client.rb,
lib/zenaton/services/graph_ql/base_operation.rb,
lib/zenaton/services/graph_ql/workflow_query.rb,
lib/zenaton/services/graph_ql/send_event_mutation.rb,
lib/zenaton/services/graph_ql/dispatch_task_mutation.rb,
lib/zenaton/services/graph_ql/kill_workflow_mutation.rb,
lib/zenaton/services/graph_ql/pause_workflow_mutation.rb,
lib/zenaton/services/graph_ql/resume_workflow_mutation.rb,
lib/zenaton/services/graph_ql/dispatch_workflow_mutation.rb,
lib/zenaton/services/graph_ql/create_task_schedule_mutation.rb,
lib/zenaton/services/graph_ql/create_workflow_schedule_mutation.rb

Overview

Module for client, mutations and queries used to communicate with Zenaton’s GraphQL API

Defined Under Namespace

Classes: BaseOperation, Client, CreateTaskScheduleMutation, CreateWorkflowScheduleMutation, DispatchTaskMutation, DispatchWorkflowMutation, KillWorkflowMutation, PauseWorkflowMutation, ResumeWorkflowMutation, SendEventMutation, WorkflowQuery