I have a fairly robust architecture with other existing directives (like graphql-constraint-directive) running without issue on Apollo Server (v3). However, I cannot get this directive to accomplish anything. It doesn't error when I add the directive to the schema and server as per documentation. But it also doesn't prevent submission of null on fields with @nonNull either.
I have a fairly robust architecture with other existing directives (like
graphql-constraint-directive) running without issue on Apollo Server (v3). However, I cannot get this directive to accomplish anything. It doesn't error when I add the directive to the schema and server as per documentation. But it also doesn't prevent submission ofnullon fields with@nonNulleither.