James Styman

Results 4 issues of James Styman

I struggled using Graphql-shield with an Apollo Federation gateway. Due to my fallbackRule being set to deny, the endpoints required by Apollo Federation were blocked. Couldn't find any documentation for...

…e path provided in the config is not absolute Describe here what is this PR about and what we are achieving merging this. Addresses #1254, and potentially helps with #1010...

Hi, I'm not suggesting that you merge this change. I am creating this pull request to let you know that **I managed to get the script working again** by changing...

Allow for whitespace between query and opening curly bracket. It previously interpreted the curly as the operation name. ``` // Working ✅ query{ __schema { types { name } }...