You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update extendSchema to support new Directives (#455)
* Update extendSchema to support new Directives
This changes the extendSchema utility to accept and process new
Directive definitions. Existing directives cannot be extended or
replaced (should throw an error in such cases).
See extendSchema-test for examples.
* Update extendSchema to support new Directives
This changes the extendSchema utility to accept and process new
Directive definitions. Existing directives cannot be extended or
replaced (should throw an error in such cases).
See extendSchema-test for examples.
* Fix trailing whitespace lint error
* Improve logic in new directive extendSchema
Use an Array instead of an object for collecting new
directives detected within the schema extension.
0 commit comments