INPUT_OBJECT
CreateProductInput
link GraphQL Schema definition
- input CreateProductInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- : CreateCloudObjectInput
- # Field whose values are strictly defined with an enumeration of values.
- : AccessPipelinesEnum
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String!
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Relations to Pipelines.
- : [CreateProductPipelineRelationNoProductBackrefInput!]
- : ProductPipelinesInput
- : String
- }