graphql-client
graphql-client copied to clipboard
Filter Support In GraphQL Query
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 }