INPUT_OBJECT

EconomicResourceUpdateParams

link GraphQL Schema definition

  • input EconomicResourceUpdateParams {
  • # References one or more concepts in a common taxonomy or other classification
  • # scheme for purposes of categorization or grouping.
  • classifiedAs: [URI!]
  • # (`EconomicResource`) Used when a stock economic resource contains items also
  • # defined as economic resources.
  • containedIn: ID
  • id: ID!
  • # The uri to an image relevant to the resource, such as a photo, diagram, etc.
  • image: URI
  • # A textual description or comment.
  • note: String
  • # (`Unit`) The unit used for use or work or cite actions for this resource.
  • unitOfEffort: ID
  • }