GraphQLOperation
open class GraphQLOperation<R: Decodable>: AmplifyOperation<
GraphQLOperationRequest<R>,
GraphQLResponse<R>,
APIError
>
extension GraphQLOperation: AnyGraphQLOperation
GraphQL Operation
-
Publishes the final result of the operation
Declaration
Swift
var resultPublisher: AnyPublisher<Success, Failure> { get }