mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
650e17df3c
And links to documentation for the various Buildkite plugins, while we're at it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8099 GitOrigin-RevId: ead112ffbb0c04278b586520f1f349a5a8afbd99
15 lines
446 B
JSON
15 lines
446 B
JSON
{
|
|
"//": "We use node.js to start servers for testing remote schemas and federation with Apollo. In order to do so, we need the dependencies below.",
|
|
"name": "hasura-server-tests-py-remote-schemas",
|
|
"version": "1.0.0",
|
|
"author": "Hasura, Inc.",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"apollo-server": "3.8.1",
|
|
"@apollo/gateway": "2.0.3",
|
|
"graphql": "16.5.0",
|
|
"graphql-tag": "2.10.1",
|
|
"@apollo/subgraph": "2.0.4"
|
|
}
|
|
}
|