SavedFilter
A set of filter options saved for quick loading in the calendar
Fields
organization_id
· String
· The organization_id that has access to the filter Used By
Definition
"""A set of filter options saved for quick loading in the calendar"""type SavedFilter { """ JSON-formatted options to use for setting filter """ filter_data: JSON!
""" Unique ID for this filter """ id: ID!
""" Name of the filter """ name: String!
""" The organization_id that has access to the filter """ organization_id: String
""" The user that created the filter """ user_id: String!
""" The unique UUID/string of the filter, used for sharing """ uuid: String!}