INPUT_OBJECT

DeleteResourcesInput

Delete resource

link GraphQL Schema definition

  • input DeleteResourcesInput {
  • # The UUID V4 of an existing resource associated to the provided property ID.
  • resource_id: UUID!
  • # The type of the resource.
  • type: Resource!
  • }

link Require by