SchemaFlowStep
type SchemaFlowStep implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
apiName: String!
name: String!
order: Int!
schemaFlowID: ID!
schemaFlow: SchemaFlow!
}
Fields
SchemaFlowStep.id ● ID! non-null scalar
SchemaFlowStep.createdAt ● Time! non-null scalar
SchemaFlowStep.updatedAt ● Time! non-null scalar
SchemaFlowStep.companyID ● String! non-null scalar
SchemaFlowStep.apiName ● String! non-null scalar
SchemaFlowStep.name ● String! non-null scalar
SchemaFlowStep.order ● Int! non-null scalar
SchemaFlowStep.schemaFlowID ● ID! non-null scalar
SchemaFlowStep.schemaFlow ● SchemaFlow! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
getSchemaFlowSteps query
Member Of
SchemaFlow object