graphql-config
Advanced tools
Comparing version 4.4.0-alpha-20221224070752-de78550 to 4.4.0-alpha-20221224091743-8d71b7f
@@ -15,2 +15,16 @@ { | ||
"definitions": { | ||
"DocumentPointer": { | ||
"anyOf": [ | ||
{ | ||
"items": { | ||
"type": "string" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"type": "string" | ||
} | ||
], | ||
"title": "DocumentPointer" | ||
}, | ||
"IExtensions": { | ||
@@ -26,27 +40,7 @@ "additionalProperties": {}, | ||
"documents": { | ||
"anyOf": [ | ||
{ | ||
"items": { | ||
"type": "string" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"type": "string" | ||
} | ||
], | ||
"$ref": "#/definitions/DocumentPointer", | ||
"title": "documents" | ||
}, | ||
"exclude": { | ||
"anyOf": [ | ||
{ | ||
"items": { | ||
"type": "string" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"type": "string" | ||
} | ||
], | ||
"$ref": "#/definitions/WithList<string>", | ||
"title": "exclude" | ||
@@ -59,46 +53,7 @@ }, | ||
"include": { | ||
"anyOf": [ | ||
{ | ||
"items": { | ||
"type": "string" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"type": "string" | ||
} | ||
], | ||
"$ref": "#/definitions/WithList<string>", | ||
"title": "include" | ||
}, | ||
"schema": { | ||
"anyOf": [ | ||
{ | ||
"items": { | ||
"type": "string" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"items": { | ||
"additionalProperties": { | ||
"properties": { | ||
"headers": { | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"title": "headers", | ||
"type": "object" | ||
} | ||
}, | ||
"required": ["headers"], | ||
"type": "object" | ||
}, | ||
"type": "object" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"type": "string" | ||
} | ||
], | ||
"$ref": "#/definitions/SchemaPointer", | ||
"title": "schema" | ||
@@ -162,2 +117,49 @@ } | ||
"type": "object" | ||
}, | ||
"SchemaPointer": { | ||
"anyOf": [ | ||
{ | ||
"items": { | ||
"type": "string" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"items": { | ||
"additionalProperties": { | ||
"properties": { | ||
"headers": { | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"title": "headers", | ||
"type": "object" | ||
} | ||
}, | ||
"required": ["headers"], | ||
"type": "object" | ||
}, | ||
"type": "object" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"type": "string" | ||
} | ||
], | ||
"title": "SchemaPointer" | ||
}, | ||
"WithList<string>": { | ||
"anyOf": [ | ||
{ | ||
"items": { | ||
"type": "string" | ||
}, | ||
"type": "array" | ||
}, | ||
{ | ||
"type": "string" | ||
} | ||
], | ||
"title": "WithList<string>" | ||
} | ||
@@ -164,0 +166,0 @@ }, |
{ | ||
"name": "graphql-config", | ||
"version": "4.4.0-alpha-20221224070752-de78550", | ||
"version": "4.4.0-alpha-20221224091743-8d71b7f", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
1740
82356