OBJECT
RoleIqAssignmentEdge
A type that describes an edge in the 'RoleIqAssignmentConnection'. Essentially, a 'RoleIqAssignmentEdge' is a wrapper object for 'RoleIqAssignment'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'RoleIqAssignment' records after 'cursor'
link GraphQL Schema definition
- type RoleIqAssignmentEdge {
- # A value that can be used in subsequent requests (as the 'after' argument in the
- # query) that will return data that logically comes after 'cursor'.
- String! :
- # Represents and individual 'RoleIqAssignment' entity
- RoleIqAssignment :
- }