Skip to content

Split GraphQL mutations into their own file #69

@hrideshmg

Description

@hrideshmg

Currently both the GraphQL mutations and queries are present in a single file src/graphql/queries.rs.

It's generally considered good practice to keep queries and mutations separate when handling with graphQL requests, all that needs to be done is to move the mutations present in the file to a new file src/graphql/mutations.rs and update any downstream imports of the defined functions.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions