graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.74k stars 219 forks source link

Error when using patch in mutation. #263

Closed libinvarkey closed 3 years ago

libinvarkey commented 3 years ago

[[GraphQLError: Field "UpdateDmsPhysicalRwTblServiceAdvisorInput.nodeId" of required type "ID!" was not provided.], [GraphQLError: Field "UpdateDmsPhysicalRwTblServiceAdvisorInput.dmsPhysicalRwTblServiceAdvisorPatch" of required type "DmsPhysicalRwTblServiceAdvisorPatch!" was not provided.], [GraphQLError: Field "patch" is not defined by type "UpdateDmsPhysicalRwTblServiceAdvisorInput".], [GraphQLError: Field "id" is not defined by type "UpdateDmsPhysicalRwTblServiceAdvisorInput".]]

@benjie