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

<https://anchorfact.org/kb/computer-science/graphql-schema-design>
  a schema:TechArticle ;
  schema:headline "GraphQL Schema Design" ;
  schema:url <https://anchorfact.org/computer-science/graphql-schema-design/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/graphql-schema-design>
  schema:citation <https://graphql.org/learn/schema/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/graphql-schema-design>
  schema:citation <https://graphql.org/learn/queries/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/graphql-schema-design>
  schema:citation <https://spec.graphql.org/October2021/> ;
  af:sourceTier "S" .