enonic-types
Advanced tools
Comparing version 0.3.16 to 0.3.17
@@ -39,3 +39,3 @@ declare module "*/lib/graphql-playground" { | ||
*/ | ||
reference(typeKey: string): GraphQLType; | ||
reference(typeKey: string): GraphQLTypeReference; | ||
/** | ||
@@ -178,3 +178,3 @@ * Executes a GraphQL query and variables against a schema | ||
fields: Record<string, GraphQLResolver<ExecuteContext>>; | ||
typeResolver: (env: any) => any; | ||
typeResolver: (env: any) => GraphQLObjectType; | ||
description?: string; | ||
@@ -184,4 +184,4 @@ } | ||
name: string; | ||
fields: Record<string, GraphQLResolver<ExecuteContext>>; | ||
typeResolver: (env: any) => any; | ||
types: Array<GraphQLObjectType | GraphQLTypeReference>; | ||
typeResolver: (env: any) => GraphQLObjectType; | ||
} | ||
@@ -188,0 +188,0 @@ interface CreatePageInfoObjectTypeParams<ExecuteContext = EmptyObject> { |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -33,3 +33,3 @@ "typings": "index.d.ts", | ||
"eslint": "^8.9.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-prettier": "^8.4.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
@@ -36,0 +36,0 @@ "json-schema-to-typescript": "^10.1.5", |
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
264721