UNPKG

graphql-extra-scalars

Version:

Collection of extra GraphQL scalar types like Email, URL, Password and more

10 lines (8 loc) 252 B
/** * Flowtype definitions for macAddress * Generated by Flowgen from a Typescript Definition * Flowgen v1.9.2 */ import { GraphQLScalarType } from "graphql"; declare var GraphQLMacAddress: GraphQLScalarType; declare export { GraphQLMacAddress };