INPUT_OBJECT
CreateProjectObjectiveInput
link GraphQL Schema definition
- input CreateProjectObjectiveInput {
- : String
- # 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
- }