INPUT_OBJECT
UpdateProjectKPIInput
link GraphQL Schema definition
- input UpdateProjectKPIInput {
- String :
- # Unique identifier of entity.
- ID! :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- ID :
- # Relation to single entity instance.
- ID :
- # Field whose values are strictly defined with an enumeration of values.
- ProjectKpiEnum :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- # Revision when entity was lastly changed.
- Int :
- }