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

<https://anchorfact.org/kb/computer-science/graphql-introspection-for-agent-tools>
  a schema:TechArticle ;
  schema:headline "GraphQL Introspection for Agent Tools" ;
  schema:url <https://anchorfact.org/computer-science/graphql-introspection-for-agent-tools/> ;
  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-introspection-for-agent-tools>
  schema:citation <https://spec.graphql.org/October2021/#sec-Introspection> ;
  af:sourceTier "S" .

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

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