If true, the Apollo Client Devtools browser extension can connect to this ApolloClient instance.
The default value is false in production and true in development if there is a window object.
Optionalname
name?:string
Optional name for this ApolloClient instance in the devtools. This is
useful when you instantiate multiple clients and want to be able to
identify them by name.
If
true, the Apollo Client Devtools browser extension can connect to thisApolloClientinstance.The default value is
falsein production andtruein development if there is awindowobject.