INPUT_OBJECT
CreateOrUpdateProductInput
link GraphQL Schema definition
- input CreateOrUpdateProductInput {
- String :
- # Unique identifier of entity.
- ID :
- # 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 :
- }