summaryrefslogtreecommitdiff
path: root/alarm/node_modules/graphql/validation/rules/LoneSchemaDefinition.js.flow
blob: 6d0466ade9cc9634b68ccae700ef4c2bb9d199a3 (plain)
1
2
3
4
5
6
7
8
9
// @flow strict
/**
 * @deprecated and will be removed in v16
 * Please use either:
 *   import { LoneSchemaDefinitionRule } from 'graphql'
 * or
 *   import { LoneSchemaDefinitionRule } from 'graphql/validation'
 */
export { LoneSchemaDefinitionRule as LoneSchemaDefinition } from './LoneSchemaDefinitionRule';