UNPKG

datocms-plugin-better-links

Version:

A plugin that allows you see multiple fields when selecting a Links field type.

13 lines (9 loc) 278 B
import { GraphQLClient } from 'graphql-request' // This is just to mock gql so that it syntax highlights the query const gql = query => query[0] const client = ({ url, token }) => new GraphQLClient(url, { headers: { Authorization: token, }, }) export { gql, client }