graphQL constructor
const
graphQL({
- String? uri,
- String? moduleName,
- List<
String> ? includes, - Map<
String, String> mixins = const {}, - Map<
String, String> typeMap = const {}, - Map<
String, String> fieldNameMappers = const {}, - Map<
String, String> typeNameMappers = const {}, - List fragments = const [],
- List<
String> ? excludes, - String? fragmentUri,
- String? declaration,
Implementation
const graphQL({
this.uri,
this.moduleName,
this.includes,
this.mixins = const {},
this.typeMap = const {},
this.fieldNameMappers = const {},
this.typeNameMappers = const {},
this.fragments = const [],
this.excludes,
this.fragmentUri,
this.declaration,
});