A secure GraphQL implementation for the HL7 FHIR specification based on the current implementation guide for GraphQL with FHIR and developed with Node.js and Express.
MIT License
166
stars
49
forks
source link
fix: content security policy for GraphiQL on OSX #71
After following getting started steps http://localhost:3000/3_0_1/$graphiql was stuck on "Loading..." for both Firefox and Chrome on OSX. I added the recommended fix (https://github.com/graphql/graphql-playground/issues/1283) and it now works as expected.
As in manually triggering Lint & Test workflows? I don't appear to have the option to do this - is this only for default branch or is there something else I'm missing?
After following getting started steps
http://localhost:3000/3_0_1/$graphiql
was stuck on "Loading..." for both Firefox and Chrome on OSX. I added the recommended fix (https://github.com/graphql/graphql-playground/issues/1283) and it now works as expected.