UNPKG

gql-string-to-object

Version:

Helper function to convert GQL strings to objects!

5 lines (4 loc) 212 B
import getIntrospectionQuery from "./getIntrospectionQuery"; import gqlToObject from "./gqlToObject"; import schemaToObject from "./schemaToObject"; export { getIntrospectionQuery, gqlToObject, schemaToObject };