INPUT_OBJECT

ResourceSpecificationUpdateParams

link GraphQL Schema definition

  • input ResourceSpecificationUpdateParams {
  • # (`Unit`) The default unit used for use or work.
  • defaultUnitOfEffort: ID
  • # (`Unit`) The default unit used for the resource itself.
  • defaultUnitOfResource: ID
  • id: ID!
  • # The uri to an image relevant to the entity, such as a photo, diagram, etc.
  • image: URI
  • # An informal or formal textual identifier for a type of resource. Does not imply
  • # uniqueness.
  • name: String
  • # A textual description or comment.
  • note: String
  • # References one or more concepts in a common taxonomy or other classification
  • # scheme for purposes of categorization or grouping.
  • resourceClassifiedAs: [URI!]
  • # Tags/Categories in a taxonomy, linked to resourceClassifiedAs:
  • # References one or more concepts in a common taxonomy or other classification
  • # scheme for purposes of categorization or grouping.
  • tags: [ID!]
  • }