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

Added a Generic Interface Type #546

Merged
merged 13 commits into from
Jan 28, 2019
Merged

Added a Generic Interface Type #546

merged 13 commits into from
Jan 28, 2019

Conversation

michaelstaib
Copy link
Member

With this PR we are introducing a generic interface type that lets you map c# base classes or interfaces to GraphQL interfaces. With this we can infer from a generic object type if a certain interface is implemented.

  • Ability to infer interface usage by generic object types.

Addresses #415

@michaelstaib michaelstaib added this to the 0.7.0 milestone Jan 28, 2019
@michaelstaib michaelstaib self-assigned this Jan 28, 2019
@michaelstaib
Copy link
Member Author

michaelstaib commented Jan 28, 2019

  • Add error when interface declares no members.

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