Skip to main content

SchemaFlow

type SchemaFlow implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
apiName: String!
name: String!
schemaID: ID!
schema: SchemaDefinition!
steps: [SchemaFlowStep!]
}

Fields

SchemaFlow.id ● ID! non-null scalar

SchemaFlow.createdAt ● Time! non-null scalar

SchemaFlow.updatedAt ● Time! non-null scalar

SchemaFlow.companyID ● String! non-null scalar

SchemaFlow.apiName ● String! non-null scalar

SchemaFlow.name ● String! non-null scalar

SchemaFlow.schemaID ● ID! non-null scalar

SchemaFlow.schema ● SchemaDefinition! non-null object

SchemaFlow.steps ● [SchemaFlowStep!] list object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Returned By

createSchemaFlow mutation ● getSchemaFlow query ● updateSchemaFlow mutation

Member Of

SchemaFlowEdge object ● SchemaFlowStep object