graphql-php
graphql-php copied to clipboard
Document how to use custom directives
What did you do?
Tried to add a @requiresAuthentication directive
What did you expect to happen?
Some way to actually define what this directive does
What actually happened?
Query still works, nothing really happens
This requires us to implement schema directives.
Yes, I realized that after making the issue.