Skip to content

feat(codegen): generate Option for @include and @skip directives#552

Draft
KonstantinSimeonov wants to merge 6 commits intographql-rust:mainfrom
KonstantinSimeonov:main
Draft

feat(codegen): generate Option for @include and @skip directives#552
KonstantinSimeonov wants to merge 6 commits intographql-rust:mainfrom
KonstantinSimeonov:main

Conversation

@KonstantinSimeonov
Copy link

@KonstantinSimeonov KonstantinSimeonov commented Oct 18, 2025

Implementation for issue #250

  • field selection name @include(if: $withName)
    • example
    • tests
  • fragment spread selection ...SomethingFragment @include(if: $withSomething)
    • example
    • tests
  • inline fragment spread selection ... on Something @include(if: $withSomething)
    • example
    • tests

Will also add tests (I have to look into where those live) and examples.

Not familiar with this project, so open to all suggestions.

@KonstantinSimeonov KonstantinSimeonov changed the title feat(codegen): generation Option for @include and @skip directives feat(codegen): generate Option for @include and @skip directives Oct 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant