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.
- : [URI!]
- # (`EconomicResource`) Used when a stock economic resource contains items also
- # defined as economic resources.
- : ID
- : ID!
- # The uri to an image relevant to the resource, such as a photo, diagram, etc.
- : URI
- # A textual description or comment.
- : String
- # (`Unit`) The unit used for use or work or cite actions for this resource.
- : ID
- }