No connection to graphql

//pluginas.js graphql: { enabled: true, config: { playgroundAlways: false, defaultLimit: 10, maxLimit: 20, apolloServer: { tracing: true, }, }, },
`// package.json
“dependencies”: {
@_sh/strapi-plugin-ckeditor”: “^2.1.1”,
@creazy231/strapi-plugin-apollo-sandbox”: “^0.0.13”,
@strapi/plugin-graphql”: “^4.23.1”,
@strapi/plugin-i18n”: “4.23.1”,
@strapi/plugin-seo”: “^1.9.8”,
@strapi/plugin-users-permissions”: “4.23.1”,
@strapi/provider-upload-local”: “^4.23.1”,
@strapi/strapi”: “4.23.1”,
“mysql”: “2.18.1”,
“react”: “^18.2.0”,
“react-dom”: “^18.2.0”,
“react-router-dom”: “^5.2.0”,
“strapi-plugin-generate-data”: “^1.0.32”,
“strapi-plugin-navigation”: “^2.4.0”,
“strapi-plugin-placeholder”: “^4.4.0”,
“strapi-plugin-responsive-image”: “^1.2.0”,
“strapi-plugin-sitemap”: “^3.1.1”,
“styled-components”: “^5.2.1”
},

endpoint should be: https://domain.ltd/graphql
but i dont get any connection?
ofc on dev localhost it works thru a tunnel provided within the plugin @creazy231/strapi-plugin-apollo-sandbox
but localhost:1337/graphql doesnt work either.
all so confusing.
I use local to create graphql queries and i dont mind if it is thru a tunnel but on the production server i just need a connection to the graphql server with introspection enab led?

This topic has been created from a Discord post (1231161131800989747) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

try /__graphql