OBJECT
OnboardingFlow
An onboarding flow that is comprised of onboarding items
link GraphQL Schema definition
- type OnboardingFlow {
- # The date this onboarding flow was created
- String :
- # If true, the flow has more froms after welcome
- Boolean :
- # The unique identifier of the flow
- ID! :
- # Check if current user organization has more than 1 provider
- Boolean :
- # The name of this onboarding flow
- String :
- # All onboarding items that make up the onboarding flow
- #
- # Arguments
- # custom_module_forms_only: If true, only return custom module
- # forms
- Boolean): [OnboardingItem!] ( :
- # The number of onboarding items in the flow
- Int :
- # Owner of this onboarding flow
- User :
- # The user groups this onboarding flow is associated with
- UserGroup!] : [
- # The number of user groups this onboarding flow is associated with
- Int :
- # The combined name list of the user groups this onboarding flow is associated
- # with
- String :
- }
link Require by
- createOnboardingFlowPayloadAutogenerated return type of createOnboardingFlow.
- deleteOnboardingFlowPayloadAutogenerated return type of deleteOnboardingFlow.
- OnboardingItemAn onboarding item that has something for the client to complete
- QueryThe query root of this schema. See available queries.
- updateOnboardingFlowPayloadAutogenerated return type of updateOnboardingFlow.
- UserAn user entry, returns basic user information
- UserGroupA user group, returns basic info about the user group