GraphQL INPUT_OBJECT
TextResourceFilter
Filter for text resources.
link Definition
- input TextResourceFilter {
- # Filter for specific text resource context IDs.
- Int]! : [
- # Filter for specific client ID.
- Int :
- # Filter for resources that have changed after given timestamp.
- DateTime :
- # Filter for chunked data.
- PaginationInput :
- # Filter for all child contexts recursively.
- Boolean :
- }