github-pages-deploy-action/node_modules/graphql/validation/rules/LoneSchemaDefinition.d.ts

9 lines
296 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
/**
* @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';