INPUT_OBJECT
RoleIqLearnerLevelFilter
Filter parameters to reduce the result set.
link GraphQL Schema definition
- input RoleIqLearnerLevelFilter {
- # If provided, will only return records with provided Role Id.
- String :
- # If provided, will only return records with provided User Id.
- String :
- # If provided, will return role iq learner level data starting on startDate. This
- # date filter is applied to the field updatedOn.
- Date :
- # If provided, will return role iq learner level data ending on endDate. This
- # date filter is applied to the field updatedOn.
- Date :
- }