graphql-scalars
Advanced tools
Comparing version 1.15.0 to 1.15.1
{ | ||
"name": "graphql-scalars", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"description": "A collection of scalar types not included in base GraphQL.", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; | ||
export declare const GraphQLAccountNumberConfig: GraphQLScalarTypeConfig<string, string>; | ||
export declare const GraphQLAccountNumber: GraphQLScalarType<string, string>; | ||
export declare const GraphQLAccountNumber: GraphQLScalarType; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
283665
6976