INPUT_OBJECT

createSavedFilterInput

Autogenerated input type of createSavedFilter

link GraphQL Schema definition

  • input createSavedFilterInput {
  • # Name of the new saved filter
  • name: String!
  • # ID of the organization with access to the filter. Will be assigned to
  • # organization ID of user if not provided
  • organization_id: ID
  • }