mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +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';
|