UNPKG

gql-string-to-object

Version:

Helper function to convert GQL strings to objects!

3 lines (2 loc) 99 B
declare const toObject: (lines: string[], fragments?: {}) => RecursiveObject; export { toObject };