chkimes / graphql-net

Convert GraphQL to IQueryable
MIT License
891 stars 86 forks source link

Adding headers to the webclient #89

Open NicoJuicy opened 6 years ago

NicoJuicy commented 6 years ago

I need an api key for authentication, i can't seem to find the webclient where i can add the headers.

Any thoughts to put me on the right path?

MarianPalkus commented 6 years ago

Hi, I'm not sure if i understand you correctly. This library is a server-side implementation of GraphQL to evaluate GraphQL-Queries. You can use it in various setups, e.g. in an ASP.NET application and invoke it from a controller action. This library is not directly related to authentication or handling HTTP requests/-headers.

Can provide more context for this question?