MapGraphQL vs MapGraphQLHttp and MapGraphQLWebSocket #4287
-
Is it possible to have
In theory mapping them both to the same URL should be ok because the use different schemes.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
any updates? |
Beta Was this translation helpful? Give feedback.
-
Not planned since you have If you want to have them on the same route use |
Beta Was this translation helpful? Give feedback.
Not planned since you have
MapGraphQL
for it. We createdMapGraphQLHttp
andMapGraphQLWebSocket
to explicitly not have them on the same route.If you want to have them on the same route use
MapGraphQL
and pass in options for things you want to exclude.