INPUT_OBJECT
CreateDataInput
link GraphQL Schema definition
- input CreateDataInput {
- String :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Floating point number.
- Float :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- ID! :
- # 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! :
- Boolean :
- # Revision when entity was lastly changed.
- Int :
- JSONString :
- }