mini-graphiql
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

mini graphiql




Install

yarn add mini-graphiql

Usage in mdx

---
route: /docs/pagination
title: pagination
---
import { MiniGraphiQL } from 'mini-graphiql'
import 'mini-graphiql/dist/style.css'
export const query1 = `
{
    continents {
      code
      name
    }
}
`
## Paging forward
 
You page forward using forst and after arguments.
 
<MiniGraphiQL url='https://countries.trevorblades.com' query={query1} />
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    11
    • latest

Version History

Package Sidebar

Install

npm i mini-graphiql

Weekly Downloads

10

Version

1.0.4

License

ISC

Unpacked Size

79.4 kB

Total Files

18

Last publish

Collaborators

  • xmorse