SellerOnboardingChecklist
Seller onboarding checklist item
type SellerOnboardingChecklist implements Node {
id: ID!
position: Int!
title: String!
description: String!
completedAt: DateTime
createdAt: DateTime!
updatedAt: DateTime!
completeOn: SellerChecklistCompletionTriggersEnum
seller: Seller!
tenant: Tenant
}
Fields
SellerOnboardingChecklist.id ● ID! non-null scalar
The Globally Unique ID of this object
SellerOnboardingChecklist.position ● Int! non-null scalar
SellerOnboardingChecklist.title ● String! non-null scalar
SellerOnboardingChecklist.description ● String! non-null scalar
SellerOnboardingChecklist.completedAt ● DateTime scalar
SellerOnboardingChecklist.createdAt ● DateTime! non-null scalar
SellerOnboardingChecklist.updatedAt ● DateTime! non-null scalar
SellerOnboardingChecklist.completeOn ● SellerChecklistCompletionTriggersEnum enum
Trigger that marks this checklist as done, or null for manual completion
SellerOnboardingChecklist.seller ● Seller! non-null object
Seller this checklist belongs to
SellerOnboardingChecklist.tenant ● Tenant object
Tenant this checklist belongs to
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
Seller object ● SellerOnboardingChecklistComplete object