@valueflows/vf-graphql
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -63,3 +63,3 @@ | ||
type AgreementResponse { | ||
Agreement: Agreement | ||
agreement: Agreement | ||
} | ||
@@ -66,0 +66,0 @@ |
@@ -0,1 +1,6 @@ | ||
## 0.8.4 | ||
- Fixed casing of `AgreementResponse.agreement` to remove uppercase `A` | ||
- GraphQL peer dependency minimum compatible version downgraded to `14.5.8`. (Incompatibilities were between GraphQL & GraphiQL, not this lib.) | ||
## 0.8.3 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@valueflows/vf-graphql", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Reference GraphQL implementation of the ValueFlows spec", | ||
@@ -63,3 +63,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"graphql": ">= 15.0.0" | ||
"graphql": ">=14" | ||
}, | ||
@@ -66,0 +66,0 @@ "devDependencies": { |
@@ -52,3 +52,3 @@ # vf-graphql | ||
- When passed an array, it builds a subset of the full spec which includes only the specified modules. For a complete list of modules, see `schemaModules` in `schema-manifest.js` or refer to the filenames in `lib/schemas`. | ||
- An optional third argument allows for custom extensions to the core specification to be injected, where implementations include additional domain-specific logic that is not part of ValueFlows. Simply pass an array of GraphQL [SDL schema strings](https://graphql.org/learn/schema/) and these will be merged into the resultant schema. | ||
- An optional second argument allows for custom extensions to the core specification to be injected, where implementations include additional domain-specific logic that is not part of ValueFlows. Simply pass an array of GraphQL [SDL schema strings](https://graphql.org/learn/schema/) and these will be merged into the resultant schema. | ||
@@ -111,3 +111,4 @@ ### Accessing schemas | ||
- Run `yarn` from the top level folder of this repository to install and wire up all dependencies. | ||
1. Run `yarn` from the top level folder of this repository to install and wire up all dependencies. | ||
2. Run `npm run build` to compile the schema files. | ||
@@ -114,0 +115,0 @@ ### Available commands |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
833781
158