createSavedFilterInput
Autogenerated input type of createSavedFilter
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEorganization_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 { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" 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}