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
What does startStandaloneServer confirmed to do, based on real execution?
A
Nothing — it's a no-op
B
Starts a real, self-contained HTTP server serving the Apollo Server instance, confirmed via a real HTTP round-trip returning a correct GraphQL result
C
Only works in a testing environment, never in production
D
Requires a separate database connection to function
Check Answer