LastDragon-ru / lara-asp

Awesome Set of Packages for Laravel
MIT License
11 stars 1 forks source link

Test assertion doesn't work when `LIGHTHOUSE_CACHE_ENABLE=true` #43

Closed LastDragon-ru closed 1 year ago

LastDragon-ru commented 1 year ago

ASTBuilder is singleton and will return cached instance, so useGraphQLSchema will not have any effect

https://github.com/LastDragon-ru/lara-asp/blob/bbc8df8c16317dbef135b8e9c347eea340d8ccab/packages/graphql/src/Testing/GraphQLAssertions.php#L217-L224