This alters the structure of the type bundle to include queryType, mutationType, and subscriptionType in the output. This is necessary because not all valid schemas use the conventional QueryRoot etc.
In order to accommodate the added fields, the type dictionary itself is nested under a types property.
@minasmart please review.
This alters the structure of the type bundle to include
queryType
,mutationType
, andsubscriptionType
in the output. This is necessary because not all valid schemas use the conventionalQueryRoot
etc.In order to accommodate the added fields, the type dictionary itself is nested under a
types
property.