ABSDKArrayDataSource

public class ABSDKArrayDataSource<Operation, Data> : ABSDKDataSource

A data source that binds with an array type of data in a GraphQL operation and monitors its update

Available where Operation: GraphQLQuery

Available where Operation: GraphQLSubscription

  • Start observing on the operation related data

    Declaration

    Swift

    public func observe() -> <Operation, Data> (ABSDKArrayDataSource<Operation, Data>) -> () -> ()