UNPKG

graphql-request

Version:

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

4 lines (2 loc) 171 B
export const isSpecialFieldName = (fieldName: string) => fieldName.startsWith(`$`) export const isSelectFieldName = (fieldName: string) => !isSpecialFieldName(fieldName)