Core: Controllers
Apollo Controllers provide the interface between your custom elements and the Apollo Client. Use them to add queries, mutations, and subscriptions to your custom elements.
ApolloQueryController
- for fetching GraphQL dataApolloMutationController
- for updating your graphApolloSubscriptionController
- for real-time data