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
Confirmed directly: what happens when attempting to resolve the `apollo-server` package in this project's dependency tree?
A
It resolves fine, just with a deprecation warning
B
MODULE_NOT_FOUND — the package genuinely does not exist in the current dependency tree
C
It resolves to a compatibility shim automatically
D
It only fails when calling .listen(), not on import
Check Answer