crewShares
Fetch paginated crew shares for a session and (optionally) an order.
crewShares(
nextToken: String
orderId: ID
sessionId: ID!
): PaginatedCrewShares
Arguments
crewShares.nextToken ● String scalar
(Optional) The pagination token for fetching the next page.
crewShares.orderId ● ID scalar
(Optional) The unique identifier (GUID) of the work order.
crewShares.sessionId ● ID! non-null scalar
The unique identifier (GUID) of the session.