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
graphql/SchemaPrinter:GraphQLAssertions::assertGraphQLSchemaEquals() will not interpret empty used/unused types/directives lists as "skip assert" (assertion will be skipped only if null). (b722c1c) ☣
graphql/SchemaPrinter:GraphQLAssertions::assertGraphQLSchemaEquals() will not print expected schema when not necessary. (1cffe6a)
testing: registration of StrictAssertEquals. (d6e7b50)
Performance Improvements
graphql/SchemaPrinter:DirectiveResolver will not load all lighthouse's directives (because they are not needed + it is very slow) and will cache definitions/instances. (b61a248) ☣
Code Refactoring
graphql: Minimal version of "nuwave/lighthouse" set to ^5.8.0. (25816cc) ☣