graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Filter Support In GraphQL Query

Open ashishprmodi opened this issue 2 years ago • 0 comments

Hi Team,

We are consuming data from Pluralsight, where we have to filter the data on the basis of startDate and endDate. That support is not available in this library, I would apricate you add that also into this library.

query Complex { courseDailyUsage(filter:{ startDate:"2021-01-06T00:00:00.000Z", endDate:"2021-09-07T00:00:00.000Z" }){ totalCount pageInfo{ hasNextPage endCursor }

ashishprmodi avatar Oct 11 '22 11:10 ashishprmodi