It's likely that createApolloClient function is being called multiple times, which results in multiple Apollo Client instances being created. In Apollo Dev Tools, there is an option to select which instance to view. Declare only one instance, or select the correct instance in the Dev Tools.