SellerChecklistInput
Input for creating a seller onboarding checklist item
input SellerChecklistInput {
title: String!
description: String!
completeOn: SellerChecklistCompletionTriggersEnum
}
Fields
SellerChecklistInput.title ● String! non-null scalar
Title of the checklist item
SellerChecklistInput.description ● String! non-null scalar
Description of the checklist item
SellerChecklistInput.completeOn ● SellerChecklistCompletionTriggersEnum enum
Event trigger that completes this checklist item
Member Of
SellerInput input