Skip to content

[MySQL Handler] Support upsert mutation #4002

Open
@ryoheinagao

Description

@ryoheinagao

Is your feature request related to a problem? Please describe.

I want to use GraphQL Mesh and MySQL like Hasura + PostgreSQL. When I want to upsert row data, I have to exec multiple mutation or combine select query.

Describe the solution you'd like

In GraphQL Mesh, you use mysql-utilities which has sdk for upsert SQL. So I suggest how about support upsert like other mutations and queries.

Describe alternatives you've considered

Alternative method is multiple calls from client-side or implement self made handlers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions