UNPKG

graphql-request

Version:

Minimal GraphQL client supporting Node and browsers for scripts or simple apps.

3 lines 191 B
export const isSpecialFieldName = (fieldName) => fieldName.startsWith(`$`); export const isSelectFieldName = (fieldName) => !isSpecialFieldName(fieldName); //# sourceMappingURL=helpers.js.map