Skip to content

GraphQL update operation not possible #285

@maxschmeling

Description

@maxschmeling

Updating objects using the GraphQL interface seems to be broken because of this line:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions