import { IntrospectionTypeRef } from 'graphql'; declare const isRequired: (type: IntrospectionTypeRef) => boolean; export default isRequired;