SellerNoteInput
No description
input SellerNoteInput {
message: String
user: ID
seller: ID
}
Fields
SellerNoteInput.message ● String scalar
SellerNoteInput.user ● ID scalar
SellerNoteInput.seller ● ID scalar
Member Of
sellerNoteCreate mutation