UNPKG

@mikosramek/mnpg

Version:

MNPG is an Apollo wrapper library that interfaces with [prismic](prismic.io/). It stands for Miko's Neocities Prismic Grabber, as it was first used for my Neocities site, but has no affiliation with them other than in spirit.

6 lines (5 loc) 206 B
"use strict"; var schemaQuery = "\n{\n __schema {\n types {\n kind\n name\n possibleTypes {\n name \n }\n }\n }\n}\n"; module.exports = { schemaQuery: schemaQuery, };