Giorgi/GraphQLinq

Add support for passing methods on model classes on Include

Giorgi opened this issue · 0 comments

GraphQL allows filtering navigation properties based on parameters. Need to add support for such cases.

  • Add Extension methods for filtering navigation properties
  • Change include method so that it doesn't throw when such methods are passed.
  • Modify query generation when to include these properties