- PaginationInfo
Browse queries, mutations, and types in the schema reference. For authentication, endpoint URLs, and domain guides, see the API Overview.
Video call message content.
URL to join the video call.
Current call status.
Provider name (e.g. 'dailyco').
{ "url": "Example String", "status": "Example String", "provider": "Example String" }
{ "key": "Example String", "label": "Example String", "type": "Example String" }
User-level onboarding history and progress
{ "_id": "Example String", "userId": "Example String", "isCompleted": true, "completedSteps": [ "Example String" ], "sections": { "__typename": "OnboardingSections" }, "dismissedAt": "Example Custom Scalar", "firstLoginAt": "Example Custom Scalar", "lastActivityAt": "Example Custom Scalar" }
Section-level completion status for user onboarding
{ "completed": true, "completedAt": "Example Custom Scalar" }
Section-level completion tracking for user onboarding
{ "essential": { "__typename": "OnboardingSection" }, "roleBased": { "__typename": "OnboardingSection" }, "discovery": { "__typename": "OnboardingSection" } }
Standard pagination metadata returned with all paginated list queries.
The current page number (1-based).
Number of items per page.
Total number of items matching the query.
Total number of pages.
Whether there are more pages after the current one.
Whether there are pages before the current one.
{ "currentPage": 40, "perPage": 40, "totalCount": 40, "totalPages": 40, "hasNextPage": true, "hasPreviousPage": true }
Payload for participant_added action.
{ "addedUserId": "Example String", "addedUserIds": [ "Example String" ], "viaMention": true, "addedUser": { "__typename": "User" }, "addedUsers": [ { "__typename": "User" } ] }
Payload for participant_removed action.
{ "removedUserIds": [ "Example String" ], "performedBy": "Example String", "removedUsers": [ { "__typename": "User" } ], "performedByUser": { "__typename": "User" } }
A PDF attachment with its individual page images.
The full PDF file.
Individual page images extracted from the PDF.
{ "pdf": { "__typename": "Attachment" }, "pages": [ { "__typename": "Attachment" } ] }
{ "_id": "Example String", "title": "Example String", "code": "Example String", "order": "Example String", "parentId": "Example String", "parent": { "__typename": "Position" }, "status": "Example String", "children": [ { "__typename": "Position" } ], "users": [ { "__typename": "User" } ], "userIds": [ "Example String" ], "userCount": 40 }
Min/max price summary for variants.
{ "min": 40, "max": 40, "currency": "Example String" }