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