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.

18 lines (16 loc) 168 B
const schemaQuery = ` { __schema { types { kind name possibleTypes { name } } } } `; module.exports = { schemaQuery, };