Skip to main content

CreateSchemaFlowStepInput

CreateSchemaFlowStepInput is used for create SchemaFlowStep object. Input was generated by ent.

input CreateSchemaFlowStepInput {
apiName: String!
name: String!
order: Int!
schemaFlowID: ID!
}

Fields

CreateSchemaFlowStepInput.apiName ● String! non-null scalar

CreateSchemaFlowStepInput.name ● String! non-null scalar

CreateSchemaFlowStepInput.order ● Int! non-null scalar

CreateSchemaFlowStepInput.schemaFlowID ● ID! non-null scalar

Member Of

updateSchemaFlow mutation