DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
GraphQL Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
GraphQL
Why can't code written for subscriptions-transport-ws simply be pointed at a graphql-ws server without changes?
A
They can be swapped freely with zero changes
B
The two packages have meaningfully different APIs — it's not just a renamed import, the actual client/connection code differs
C
subscriptions-transport-ws doesn't use WebSockets at all
D
graphql-ws only works with REST APIs
Check Answer