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
hard
GraphQL
What's a common mistake when migrating from startStandaloneServer to an Express integration?
A
There is no meaningful difference to worry about
B
Forgetting to call `await server.start()` before mounting the Express middleware, since startStandaloneServer handles this internally but a manual Express integration doesn't
C
Express integrations don't support the context function
D
Express integrations require a completely different schema format
Check Answer