SchemaMap constructor
SchemaMap({})
Instantiates a schema mapping.
Implementation
SchemaMap({
this.output,
this.schema,
this.queriesGlob,
this.fragmentsGlob,
this.typeNameField = '__typename',
this.appendTypeName = false,
this.namingScheme = NamingScheme.pathedWithTypes,
});