graphql-python / flask-graphql

Adds GraphQL support to your Flask application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation on how to make an update mutation

himat opened this issue · comments

commented

Can someone share the recommended way to create an update mutation? I only saw examples on mutations that create new objects, not update existing ones.