You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement to convert IQueryable to GraphQL query. Is it possible to use this library to convert IQueryable to GraphQLRequest object of https://github.com/graphql-dotnet/graphql-client or Graphql query in string?
var heroRequest = new GraphQLRequest {
Query = @"
{
hero {
name
}
}"
};
The text was updated successfully, but these errors were encountered:
Hi folks,
I have a requirement to convert IQueryable to GraphQL query. Is it possible to use this library to convert IQueryable to GraphQLRequest object of https://github.com/graphql-dotnet/graphql-client or Graphql query in string?
The text was updated successfully, but these errors were encountered: