Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

filter and order seems not to work correctly #42

Open
JanEggers opened this issue Mar 18, 2023 · 0 comments
Open

filter and order seems not to work correctly #42

JanEggers opened this issue Mar 18, 2023 · 0 comments

Comments

@JanEggers
Copy link

the code is here:

https://github.com/JanEggers/Playground/blob/queryBuilderExperiments/Playground.Core.Test/GraphQLClientTest.cs

when i try to execute a query i get an exception:

image

when i try to access the query property the query is not valid;

query ($where: CompanyFilterInput, $order: [CompanySortInput]) { result: companies (where: $where, order: $order) { 
  id
  name
  sites {
    id
    name
    companyId
  }
 } }

i would really love to use your library as it greatly reduces the complexities of creating valid queries.

Also it would be awesome if you could extract the filterinput and sortinput from the linq query instead of providing it separate to the query

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant