INPUT_OBJECT

CreateOrUpdateProjectObjectiveInput

link GraphQL Schema definition

  • input CreateOrUpdateProjectObjectiveInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Name of the entity and its default text representation.
  • name: String
  • # Relation to single entity instance.
  • projectId: ID
  • sortOrder: Int
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by