blob: 4cd53b3df8bd88cc39edbf2a66cb84ff133a1094 [file] [log] [blame]
/**
* @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.mjs";