Skip to content

GraphQL (Construction Process of Mutation)

nole2701 edited this page Sep 19, 2023 · 5 revisions

Overview

How to Write a Mutation (and link it to the front-end)

  1. Write the mutation query in SQL. This goes in /types/queries. This particular one updates the document table in the database. image|width=100px