ResolverArgs

constructor(apiId: Output<String>? = null, cachingConfig: Output<ResolverCachingConfigArgs>? = null, code: Output<String>? = null, dataSource: Output<String>? = null, field: Output<String>? = null, kind: Output<String>? = null, maxBatchSize: Output<Int>? = null, pipelineConfig: Output<ResolverPipelineConfigArgs>? = null, requestTemplate: Output<String>? = null, responseTemplate: Output<String>? = null, runtime: Output<ResolverRuntimeArgs>? = null, syncConfig: Output<ResolverSyncConfigArgs>? = null, type: Output<String>? = null)