INPUT_OBJECT
UpdateProjectObjectiveInput
link GraphQL Schema definition
- input UpdateProjectObjectiveInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Name of the entity and its default text representation.
- : String
- # Id of the project.
- : ID
- # Position of the row within its sibling set; lower values appear first. The
- # platform reorders neighbouring rows automatically when a value is inserted or
- # changed.
- : Int
- # Revision when entity was lastly changed.
- : Int
- }