RoleSortInput
No description
input RoleSortInput {
field: RoleSortableFields!
order: SortOrder!
}
Fields
RoleSortInput.field
● RoleSortableFields!
non-null enum
Field to sort by
RoleSortInput.order
● SortOrder!
non-null enum
Order option to sort by. [Default to
ASC
]
Member Of
RoleSearchInput
input