Skip to main content

SellerOnboardingChecklist

No description

type SellerOnboardingChecklist implements Node {
id: ID!
createdAt: DateTime!
updatedAt: DateTime!
tenant: Tenant!
seller: Seller!
position: Int!
title: String!
description: String!
completeOn: SellerChecklistCompletionTriggersEnum
completedAt: DateTime
}

Fields

SellerOnboardingChecklist.id ● ID! non-null scalar

The ID of the object

SellerOnboardingChecklist.createdAt ● DateTime! non-null scalar

SellerOnboardingChecklist.updatedAt ● DateTime! non-null scalar

SellerOnboardingChecklist.tenant ● Tenant! non-null object

SellerOnboardingChecklist.seller ● Seller! non-null object

SellerOnboardingChecklist.position ● Int! non-null scalar

SellerOnboardingChecklist.title ● String! non-null scalar

SellerOnboardingChecklist.description ● String! non-null scalar

SellerOnboardingChecklist.completeOn ● SellerChecklistCompletionTriggersEnum enum

Trigger, when this checklist will be marked as done. Can be None in case when user should manually mark this checklist as completed.

SellerOnboardingChecklist.completedAt ● DateTime scalar

Interfaces

Node interface

An object with an ID

Member Of

Seller object ● SellerOnboardingChecklistComplete object

Was this page helpful?