blob: bb3d541cabc5bbd93698dc35a6cfdd45023df884 [file] [log] [blame]
// @flow strict
/**
* @deprecated and will be removed in v16
* Please use either:
* import { UniqueOperationTypesRule } from 'graphql'
* or
* import { UniqueOperationTypesRule } from 'graphql/validation'
*/
export { UniqueOperationTypesRule as UniqueOperationTypes } from './UniqueOperationTypesRule';