INPUT_OBJECT

UserScopeCollectionItemFilterInput

link GraphQL Schema definition

1input UserScopeCollectionItemFilterInput {
4
2# Filter by the ID of the user assigned to the collection item.
3assignedUserId: [IdEqualityFilter!]
7
5# Filter by the ID of the user who created the collection item.
6createdById: [IdEqualityFilter!]
10
8# Filter by the creation date of the collection item.
9createdAt: [DateComparisonFilter!]
11}