github-pages-deploy-action/node_modules/graphql/validation/rules/LoneSchemaDefinition.js.flow
2020-03-06 22:45:40 -05:00

11 lines
313 B
Plaintext

// @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';