INPUT_OBJECT
UpdateDataInput
link GraphQL Schema definition
- input UpdateDataInput {
- String :
- # Unique identifier of entity.
- ID! :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Floating point number.
- Float :
- # Name of the entity and its default text representation.
- String :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- Int :
- # Revision when entity was lastly changed.
- Int :
- JSONString :
- }