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

Add Field<TResolver> to the generic IObjectTypeDescriptor #389

Commits on Dec 5, 2018

  1. Moved the Field declaration function that can be parameterized with a…

    … ResolverType to the untyped version of IObjectTypeDescriptor. There is nothing in that function that referes to T, therefore it can be safely used outside of the typed ObjectTypeDescriptor class. This way, a user can have an untyped ObjectType and refer to other resolver classes in their field declarations.
    Jason Bray committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    789f31e View commit details
    Browse the repository at this point in the history