Skip to main content

SellerUserMappingCreate

Result of seller user mapping create mutation.

type SellerUserMappingCreate {
ok: Boolean
sellerUser: SellerUserType
sellerErrors: [SellerError!]!
}

Fields

SellerUserMappingCreate.ok ● Boolean scalar

Indicates if the mutation was successful.

SellerUserMappingCreate.sellerUser ● SellerUserType object

The created seller-user mapping.

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

List of errors that occurred executing the mutation.

Returned By

sellerUserMappingCreate mutation

Was this page helpful?