enonic-types
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -24,11 +24,11 @@ import { EmptyObject } from "./content"; | ||
*/ | ||
list(type: GraphQLScalarType): GraphQLListType; | ||
list(type: GraphQLType): GraphQLListType; | ||
/** | ||
* Returns a modified type that indicates the underlying wrapped type will not be null | ||
*/ | ||
nonNull(type: GraphQLScalarType): GraphQLNonNullType; | ||
nonNull(type: GraphQLType): GraphQLNonNullType; | ||
/** | ||
* Returns a special type that allows an object/interface type to reference a type by its key. Necessary for self reference. | ||
*/ | ||
reference(typeKey: string): GraphQLScalarType; | ||
reference(typeKey: string): GraphQLType; | ||
/** | ||
@@ -35,0 +35,0 @@ * Executes a GraphQL query and variables against a schema |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -34,4 +34,4 @@ "typings": "index.d.ts", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.4.2" | ||
"typescript": "^4.4.3" | ||
} | ||
} |
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
129764