@vue/apollo-composable / useApolloClient / Result
Interface: Result ​
Result returned by useApolloClient.
Properties ​
client ​
readonlyclient:ApolloClient
The ApolloClient instance.
resolveClient() ​
resolveClient: (
clientId?) =>ApolloClient
Resolves an ApolloClient by ID.
Parameters ​
clientId? ​
string
The client ID to resolve. If omitted, resolves the default client.