Skip to content

createSavedFilterInput

Autogenerated input type of createSavedFilter

Fields

deprecated DO NOT USE
name · String! · required · Name of the new saved filter
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 {
"""
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
}