mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2025-02-21 09:29:00 +00:00
10 lines
312 B
Plaintext
10 lines
312 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';
|