Mohammad Asif cf937194cb Removed un-waned things 1. преди 5 месеца
..
lib cf937194cb Removed un-waned things 1. преди 5 месеца
src cf937194cb Removed un-waned things 1. преди 5 месеца
LICENSE cf937194cb Removed un-waned things 1. преди 5 месеца
README.md cf937194cb Removed un-waned things 1. преди 5 месеца
package.json cf937194cb Removed un-waned things 1. преди 5 месеца

README.md

GROQ tagged template literal

This module exports a single function that can be called with an ES2015 template string to signal that it represents a GROQ-query.

The result will be the exact same string as the input, - this is currently helpful for getting syntax highlighting in editors, but in the future it might also parse and validate queries, strip unncessary whitespace and similar.

Pairs well with vscode-sanity!

Installing

npm install --save groq

Usage

import groq from 'groq'

const query = groq`*[_type == 'products'][0...10]`

What is Sanity? What is GROQ?

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches.

To get started with Sanity, please head over to our getting started guide

License

MIT-licensed. See LICENSE.