How to use graphql-scalars - 1 common examples

To help you get started, we’ve selected a few graphql-scalars examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github brabeji / swagger-graphql-schema / lib / index.js View on Github external
email: function email() {
		return _graphqlScalars.GraphQLEmailAddress;
	}
};

graphql-scalars

A collection of scalar types not included in base GraphQL.

MIT
Latest version published 4 months ago

Package Health Score

85 / 100
Full package analysis

Popular graphql-scalars functions