In the docs there is a suggestion to add prisma to the global namespace (https://remix.run/docs/en/1.14.1/tutorials/jokes#md-connect-to-the-database). I would like to know if this is recommended for Apollo Client as well. My Apollo Client points to my backend (separate application) GraphQL endpoint, this means that I don't have a direct connection to the database.
Remix