Skip to content

Share the task mutation GraphQL selection set #61

Description

@coderabbitai

Summary

Define a shared GraphQL fragment for the repeated nine-field selection set in the create-task and update-task documents.

Required changes

  • Extract the common task selection set into a GraphQL fragment.
  • Use the fragment in the create-task and update-task mutations.

Affected areas

  • Create-task GraphQL document
  • Update-task GraphQL document
  • Shared GraphQL fragment

Acceptance criteria

  • The repeated nine-field task selection set is defined once.
  • Create and update mutations retain their current response fields.

Source

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions