-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
Description
Updating objects using the GraphQL interface seems to be broken because of this line:
jsonapi-server/lib/graphQl/resolvers.js
Line 33 in c682291
| const path = `${jsonApi._apiConfig.pathPrefix + resourceConfig.resource}/${args.tags.id}` |
It references args.tags.id. args.tags is undefined.
Is this something I'm missing because I'm extremely new to GraphQL or is this just completely broken? It seems like tags should be something dynamic based on the schema.