UNPKG

blips

Version:

State management for the GraphQL heads

10 lines (7 loc) 250 B
'use strict'; exports.__esModule = true; exports.isFragmentDefinition = isFragmentDefinition; var _graphql = require('graphql'); function isFragmentDefinition(definition) { return Boolean(definition.kind === _graphql.Kind.FRAGMENT_DEFINITION); }