OBJECT
CompletedOnboardingItem
An object with information about how an onboarding item was completed
link GraphQL Schema definition
- type CompletedOnboardingItem {
- # The URL to go to to edit the attached object
- String :
- # The most relevant date to display
- String :
- # The unique identifier of the item
- ID! :
- # The id of the object that completed the onboarding item
- String :
- # The type of item that was completed
- String :
- # The onboarding item that was completed
- OnboardingItem :
- # The ID of the onboarding item
- String :
- # Set to true if the user skipped this
- Boolean :
- # The completed (client)
- User :
- # The ID of the completer (client)
- String :
- # The URL to view
- String :
- }