0.0.19 • Published 20 days ago

groqd-playground v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
20 days ago

Groqd Playground

Groqd Playground is a plugin for Sanity Studio for testing groqd queries, featuring:

  • a TypeScript editor experience with syntax/type highlighting;
  • parsed response and error messages for when responses fail to pass Zod validation;
  • dataset/api version switchers.

Screenshot of Groqd Playground in action

To setup, just yarn add groqd-playground and then add the groqdPlaygroundTool plugin to your sanity config:

import { defineConfig } from "sanity";
import { groqdPlaygroundTool } from "groqd-playground";

export default defineConfig({
	/* ... */
  plugins: [groqdPlaygroundTool()],
});

See the docs for more information!

0.0.19

20 days ago

0.0.18

6 months ago

0.0.14

12 months ago

0.0.15

11 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.13

12 months ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago