INPUT_OBJECT

OrgFilter

Description

Input to filter objects assigned to one of the specified organizations.

link GraphQL Schema definition

  • input OrgFilter {
  • # List of organization IDs to filter by.
  • orgIds: [String!]!
  • }