INPUT_OBJECT
UpdateCloudObjectInput
link GraphQL Schema definition
- input UpdateCloudObjectInput {
- String :
- # Unique identifier of entity.
- ID! :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- # Simple text input field.
- String :
- # Boolean value.
- Boolean :
- # Field containing json.
- JSONString :
- # URL of the object. If URL scheme is not defined "http://" is automatically
- # prepended to supplied URL.
- String :
- # Revision when entity was lastly changed.
- Int :
- }