The SchemaGenerator, used by the Command, receives SchemaBuilder objects,
tagged with ezplatform_graphql.schema_builder. Schema builders receives
the $schema array by reference, and add whatever it wants to it.
The Domain schema generation has been refactored as such, with its schema worker internal mechanism.
The
SchemaGenerator
, used by the Command, receivesSchemaBuilder
objects, tagged withezplatform_graphql.schema_builder
. Schema builders receives the$schema
array by reference, and add whatever it wants to it.The Domain schema generation has been refactored as such, with its schema worker internal mechanism.
Also used by https://github.com/bdunogier/ezplatform-page-graphql.