OBJECT
OnboardingItem
An onboarding item that has something for the client to complete
link GraphQL Schema definition
- type OnboardingItem {
- # The URL to go to to edit the attached object
- String :
- # Custom text above the billing info screen
- String :
- # Return the ID of the associated completed form_answer_group
- String :
- # The completed onboarding item for the given user id (from args)
- CompletedOnboardingItem :
- # The relevant date to show
- String :
- # The display name for the onboarding item (based off the attached object)
- String :
- # Onboarding item has matrix field
- Boolean :
- # The unique identifier of the onboarding item
- ID! :
- # Return the ID of the incomplete form
- String :
- # Show if it the last item in related onboarding flow
- #
- # Arguments
- # custom_module_forms_only: Show if it the last item in related
- # onboarding flow
- Boolean): Boolean ( :
- # Whether the user can skip this onboarding item
- Boolean! :
- # The ID of the associated item
- String :
- # The type of item attached to this onboarding item
- String :
- # The user group this onboarding flow is assigned to
- OnboardingFlow :
- # ID of the onboarding flow
- ID :
- # Custom text above the photo ID screen
- String :
- # Custom text above the insurance policy screen
- String :
- # Owner of this onboarding item
- User :
- # The URL to view the onboarding item
- String :
- # Custom text for the welcome screen
- String :
- }
link Require by
- CompletedOnboardingItemAn object with information about how an onboarding item was completed
- createOnboardingItemPayloadAutogenerated return type of createOnboardingItem.
- deleteOnboardingItemPayloadAutogenerated return type of deleteOnboardingItem.
- IntakeFlowItemThe intake flow item
- OnboardingFlowAn onboarding flow that is comprised of onboarding items
- QueryThe query root of this schema. See available queries.
- updateOnboardingItemPayloadAutogenerated return type of updateOnboardingItem.
- UserAn user entry, returns basic user information