@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/api-graphql-defer-stream-and-incremental-delivery>
  a schema:TechArticle ;
  schema:headline "API GraphQL Defer Stream and Incremental Delivery" ;
  schema:url <https://anchorfact.org/computer-science/api-graphql-defer-stream-and-incremental-delivery/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.825" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-graphql-defer-stream-and-incremental-delivery>
  schema:citation <https://github.com/graphql/graphql-wg/blob/main/rfcs/DeferStream.md> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-graphql-defer-stream-and-incremental-delivery>
  schema:citation <https://github.com/graphql/graphql-over-http/blob/main/rfcs/IncrementalDelivery.md> ;
  af:sourceTier "S" .