createSavedFilterInput
Autogenerated input type of createSavedFilter
Fields
organization_id
· ID · ID of the organization with access to the filter. Will be assigned to organization ID of user if not provided Used By
Definition
"""Autogenerated input type of createSavedFilter"""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}