Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
at main 191 B view raw
1export { printBlockString } from '@0no-co/graphql.web'; 2 3export function isPrintableAsBlockString(value) { 4 return true; 5} 6 7export function dedentBlockStringLines(lines) { 8 return lines; 9}