Skip to main content

SellerNoteCreate

Result of seller note create mutation.

type SellerNoteCreate {
ok: Boolean
note: String
sellerErrors: [SellerError!]!
}

Fields

SellerNoteCreate.ok ● Boolean scalar

Indicates if the mutation was successful.

SellerNoteCreate.note ● String scalar

The created note content.

SellerNoteCreate.sellerErrors ● [SellerError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

sellerNoteCreate mutation

Was this page helpful?