mutation

优质
小牛编辑
126浏览
2023-12-01

Every GraphQL schema has a root type for both queries and mutations.

The mutation type defines how GraphQL operations change data. It is analogous to performing HTTP verbs such as POST, PATCH, and DELETE.

For more information, see the GraphQL spec.

请通过左侧 Sidebar 的 MUTATIONS 查看具体 Mutation 的文档。