INPUT_OBJECT

CreateOrUpdateProjectKPIInput

link GraphQL Schema definition

  • input CreateOrUpdateProjectKPIInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • applicationId: ID
  • # Relation to single entity instance.
  • clientId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • kpi: ProjectKpiEnum
  • # Relation to single entity instance.
  • ownerId: ID
  • # Relation to single entity instance.
  • projectId: ID
  • # Relation to single entity instance.
  • unitId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by