@graphql-inspector/loaders
Advanced tools
Comparing version 3.4.0 to 3.4.1-alpha-20230111095532-bd016dc8
import { InspectorConfig } from '@graphql-inspector/config'; | ||
import { Source, Loader } from '@graphql-tools/utils'; | ||
import { LoadSchemaOptions, LoadTypedefsOptions } from '@graphql-tools/load'; | ||
import { Loader, Source } from '@graphql-tools/utils'; | ||
import { GraphQLSchema } from 'graphql'; | ||
@@ -5,0 +5,0 @@ export declare class LoadersRegistry { |
@@ -57,3 +57,5 @@ 'use strict'; | ||
directive @deprecated(reason: String) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ENUM | ENUM_VALUE | ||
directive @deprecated( | ||
reason: String | ||
) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ENUM | ENUM_VALUE | ||
@@ -64,3 +66,5 @@ directive @aws_auth(cognito_groups: [String!]!) on FIELD_DEFINITION | ||
directive @aws_oidc on FIELD_DEFINITION | OBJECT | ||
directive @aws_cognito_user_pools(cognito_groups: [String!]) on FIELD_DEFINITION | OBJECT | ||
directive @aws_cognito_user_pools( | ||
cognito_groups: [String!] | ||
) on FIELD_DEFINITION | OBJECT | ||
directive @aws_lambda on FIELD_DEFINITION | OBJECT | ||
@@ -67,0 +71,0 @@ `), |
{ | ||
"name": "@graphql-inspector/loaders", | ||
"version": "3.4.0", | ||
"version": "3.4.1-alpha-20230111095532-bd016dc8", | ||
"description": "Loaders in GraphQL Inspector", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@graphql-inspector/config": "3.4.0", | ||
"@graphql-inspector/config": "3.4.1-alpha-20230111095532-bd016dc8", | ||
"@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0", | ||
@@ -9,0 +9,0 @@ "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
9226
198
2