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
I noticed a difference in how specified (standard) directives are added by buildASTSchema vs buildClientSchema.
In the former function, the specified directives are added automatically if they are missing.
In the latter function, the specified directives are not added automatically if they are missing.
I think this should be handled in the same way by both method - this different behavior caused some head-scratching here.
The main problem is buildClientSchemanot adding the specified directives. Maybe we can change this to add them, first optionally, and then in the next major version by default?