Upsert in gql

Hi,

Does upsert (update an existing node or create one if not exists) exist in GQL?

Bests,
Spinelsun

Hi @spinelsun

Upsert through GraphQL, are not there yet. At present, you can do upserts only through DQL.

Best,

@spinelsun, this may be similar to your request: GraphQL equivalient to Insert on Duplicate Key Update