SellerNoteInput
Input for creating a seller note
input SellerNoteInput {
message: String
user: ID
seller: ID
}
Fields
SellerNoteInput.message ● String scalar
Note message
SellerNoteInput.user ● ID scalar
ID of user to attribute note to
SellerNoteInput.seller ● ID scalar
ID of the seller to add note to
Member Of
sellerNoteCreate mutation