Resolver constructor

Resolver({
  1. CachingConfig? cachingConfig,
  2. String? dataSourceName,
  3. String? fieldName,
  4. ResolverKind? kind,
  5. PipelineConfig? pipelineConfig,
  6. String? requestMappingTemplate,
  7. String? resolverArn,
  8. String? responseMappingTemplate,
  9. SyncConfig? syncConfig,
  10. String? typeName,
})

Implementation

Resolver({
  this.cachingConfig,
  this.dataSourceName,
  this.fieldName,
  this.kind,
  this.pipelineConfig,
  this.requestMappingTemplate,
  this.resolverArn,
  this.responseMappingTemplate,
  this.syncConfig,
  this.typeName,
});