@@ -290,6 +290,7 @@ type Query {
|
||||
type Mutation {
|
||||
createVendor(input: CreateVendorInput!): Vendor!
|
||||
deleteVendor(input: DeleteVendorInput!): Void!
|
||||
deletePeople(input: DeletePeopleInput!): Void!
|
||||
}
|
||||
|
||||
input CreateVendorInput {
|
||||
@@ -300,3 +301,7 @@ input CreateVendorInput {
|
||||
input DeleteVendorInput {
|
||||
vendorId: ID!
|
||||
}
|
||||
|
||||
input DeletePeopleInput {
|
||||
peopleId: ID!
|
||||
}
|
||||
Reference in New Issue
Block a user