apollo-server-integrations / apollo-server-integration-azure-functions

MIT License
32 stars 13 forks source link

Allow application/graphql content-type for clients #33

Open kmcgill88 opened 1 year ago

kmcgill88 commented 1 year ago

Expanding on https://github.com/apollo-server-integrations/apollo-server-integration-azure-functions/issues/27

Graphql website states clients may also pass the content-type header application/graphql.

I will open PR to cover this use case.

cc: @shellicar