Skip to main content

CreateSchemaFlowInput

CreateSchemaFlowInput is used for create SchemaFlow object. Input was generated by ent.

input CreateSchemaFlowInput {
apiName: String!
name: String!
schemaID: ID!
stepIDs: [ID!]
}

Fields

CreateSchemaFlowInput.apiName ● String! non-null scalar

CreateSchemaFlowInput.name ● String! non-null scalar

CreateSchemaFlowInput.schemaID ● ID! non-null scalar

CreateSchemaFlowInput.stepIDs ● [ID!] list scalar

Member Of

createSchemaFlow mutation