Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding UnionMember wrapper around type, description, and annotations. #17

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

pkedy
Copy link
Member

@pkedy pkedy commented Feb 3, 2024

This PR makes adding descriptions and annotations to union members possible.

type Foo {
  test: string
}

type Bar {
  test: string
}

union Foobar = 
  "FOO"
  Foo @n(1) | 
  "BAR"
  Bar @n(2)

@pkedy pkedy merged commit e823d55 into main Feb 3, 2024
1 check passed
@pkedy pkedy deleted the union_members branch February 3, 2024 19:15
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