Loopwise SDK Runtime PoC

TEACH-18313 — runtime validation against same-origin /api/graphql

Environment

Detected by SDK at runtime

resolving…

Test 1: Raw GraphQL escape hatch

loopwise.query(introspection)

running…

Test 2: Typed resource

loopwise.courses.list({ limit: 5 })

running…

Test 3: batch() composition

two course queries → one HTTP request

running…

Test 4: GET + cache hint (cold then warm)

loopwise.courses.list({ limit: 5 }, { cache: 60 }) ×2

running…