# ENS Omnigraph Example Queries

The **Omnigraph examples** are GraphQL queries with input variables, response examples, `curl` samples, and links to the ENSAdmin playground. Each example also includes ready-to-run **enssdk** (TypeScript) and **enskit** (React) code snippets.

{visibleOmnigraphExamples.map((example) => (
    <LinkCard
      key={example.id}
      title={example.title}
      description={example.description}
      href={example.href}
    />
  ))}