OBJECT
ReviewDismissalAllowanceConnection
The connection type for ReviewDismissalAllowance.
link GraphQL Schema definition
- type ReviewDismissalAllowanceConnection {
- # A list of edges.
- : [ReviewDismissalAllowanceEdge]
- # A list of nodes.
- : [ReviewDismissalAllowance]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }