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

filter and order seems not to work correctly #42

@JanEggers

Description

@JanEggers

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions