Closed almunnings closed 6 months ago
Thanks! Can we test this somehow in AlterableSchemaTest?
Oh c'mon github, I clicked a button and it's exposed me! I'll create a new MR.
I can reopen!
Thanks a lot! The test are a bit complicated, but I verified that they fail correctly without the fix.
GraphQL 4.x AlterableComposableSchema
If you have a schema without any extensions, and you use the
AlterSchemaExtensionDataEvent
to add to$extensions
, the$ast
will always returnNULL
.Closes: https://github.com/drupal-graphql/graphql/issues/1395