UNPKG

react-blips

Version:
5 lines (4 loc) 149 B
import { Kind } from 'graphql'; export function isFragmentDefinition(definition) { return Boolean(definition.kind === Kind.FRAGMENT_DEFINITION); }