Any idea why context.headers would be undefined in...
# orm-help
c
Any idea why context.headers would be undefined in a custom directive? I’m using https://www.apollographql.com/docs/graphql-tools/schema-directives.html#Enforcing-access-permissions as an example
g
I think it should be context.request.headers
c
Entire context object is empty
g
show your code pls