alpha version of graphql api

This commit is contained in:
2021-02-09 18:50:48 +01:00
parent 46d68d7677
commit 0ded8695ad
11 changed files with 944 additions and 2 deletions
+182 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "301af180ae3a0ebbc461ae46db51bf5a",
"content-hash": "803f9f2c0655a1fb79f86ec3ae05374e",
"packages": [
{
"name": "alchemy/zippy",
@@ -5097,6 +5097,72 @@
},
"time": "2020-11-17T18:20:11+00:00"
},
{
"name": "drupal/graphql",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/graphql.git",
"reference": "8.x-4.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/graphql-8.x-4.0.zip",
"reference": "8.x-4.0",
"shasum": "639dd29fb6005ba2b15a389f03a6596308c9f14e"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/typed_data": "*",
"php": ">=7.2",
"webonyx/graphql-php": "^14.3.0"
},
"require-dev": {
"drupal/node-node": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-4.0",
"datestamp": "1607692423",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "fubhy",
"homepage": "https://www.drupal.org/user/761344"
},
{
"name": "hideaway",
"homepage": "https://www.drupal.org/user/741876"
},
{
"name": "joaogarin",
"homepage": "https://www.drupal.org/user/612814"
},
{
"name": "klausi",
"homepage": "https://www.drupal.org/user/262198"
},
{
"name": "pmelab",
"homepage": "https://www.drupal.org/user/555322"
}
],
"description": "Exposes your Drupal data model through a GraphQL schema.",
"homepage": "http://drupal.org/project/graphql",
"support": {
"source": "https://git.drupalcode.org/project/graphql"
}
},
{
"name": "drupal/honeypot",
"version": "2.0.1",
@@ -7469,6 +7535,58 @@
"source": "https://git.drupalcode.org/project/translation_views"
}
},
{
"name": "drupal/typed_data",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/typed_data.git",
"reference": "27555f47b522730d04f3b33c9a46c0acbcb3146e"
},
"require": {
"drupal/core": "^8.8.2 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0-alpha5+21-dev",
"datestamp": "1600719315",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
}
],
"description": "Extends the core Typed Data API with new APIs and features.",
"homepage": "https://www.drupal.org/project/typed_data",
"support": {
"source": "https://git.drupalcode.org/project/typed_data",
"issues": "https://www.drupal.org/project/issues/typed_data"
},
"time": "2020-10-30T06:56:14+00:00"
},
{
"name": "drupal/ultimate_cron",
"version": "2.0.0-alpha5",
@@ -12560,6 +12678,68 @@
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
"time": "2015-12-17T08:42:14+00:00"
},
{
"name": "webonyx/graphql-php",
"version": "v14.5.1",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "3af8b92d07e0d7a9085c0b83daf86beaeb76f092"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/3af8b92d07e0d7a9085c0b83daf86beaeb76f092",
"reference": "3af8b92d07e0d7a9085c0b83daf86beaeb76f092",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.1||^8.0"
},
"require-dev": {
"amphp/amp": "^2.3",
"doctrine/coding-standard": "^6.0",
"nyholm/psr7": "^1.2",
"phpbench/phpbench": "^0.16.10",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.32",
"phpstan/phpstan-phpunit": "0.12.11",
"phpstan/phpstan-strict-rules": "0.12.2",
"phpunit/phpunit": "^7.2|^8.5",
"psr/http-message": "^1.0",
"react/promise": "2.*",
"simpod/php-coveralls-mirror": "^3.0",
"squizlabs/php_codesniffer": "3.5.4"
},
"suggest": {
"psr/http-message": "To use standard GraphQL server",
"react/promise": "To leverage async resolving on React PHP platform"
},
"type": "library",
"autoload": {
"psr-4": {
"GraphQL\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A PHP port of GraphQL reference implementation",
"homepage": "https://github.com/webonyx/graphql-php",
"keywords": [
"api",
"graphql"
],
"funding": [
{
"url": "https://opencollective.com/webonyx-graphql-php",
"type": "open_collective"
}
],
"time": "2021-02-05T10:51:56+00:00"
},
{
"name": "wikimedia/composer-merge-plugin",
"version": "v1.4.1",
@@ -12615,6 +12795,7 @@
"minimum-stability": "stable",
"stability-flags": {
"drupal/insert": 20,
"drupal/typed_data": 20,
"drupal/autocomplete_deluxe": 5,
"drupal/better_exposed_filters": 10,
"drupal/bulkdelete": 20,