[GH-ISSUE #22] custom filter #108

Open
opened 2026-03-15 11:31:40 +03:00 by kerem · 1 comment
Owner

Originally created by @arszp10 on GitHub (Aug 17, 2019).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/22

hi

I make my geoserver using Hasura.
I use your library to generate requests with apollo-client.

I need to get a graphql request like:

query network($geom: Geometry!){
    network(where: {geom: {_st_intersects: $geom}}){
        geom
    }
}

I think that you need to do this custom filter like example

Originally created by @arszp10 on GitHub (Aug 17, 2019). Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/22 hi I make my geoserver using [Hasura](https://github.com/hasura/graphql-engine). I use your library to generate requests with [apollo-client](https://github.com/apollographql/apollo-client). I need to get a graphql request like: ```graphql query network($geom: Geometry!){ network(where: {geom: {_st_intersects: $geom}}){ geom } } ``` I think that you need to do this **custom filter** like [example](https://github.com/codemeasandwich/graphql-query-builder#filter)
Author
Owner

@atulmy commented on GitHub (Jan 3, 2020):

@arszp10 feel free to open a PR for this use case.

<!-- gh-comment-id:570673768 --> @atulmy commented on GitHub (Jan 3, 2020): @arszp10 feel free to open a PR for this use case.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gql-query-builder#108
No description provided.