When Update XXX Where Clause Problem
volkankorkmaz opened this issue · 2 comments
volkankorkmaz commented
Hi,
I tried to update my company table but where clause is missing.
How can I set up the company.graphql file?
Thank you
File Content as below:
type Mutation {
updateCompany(
id: ID!
name: String!
address1: String
address2: String
): Company!
}
manikandanraji commented
You can refer this updateTweet
volkankorkmaz commented
You can refer this updateTweet
Thanks ;)