added working graphql 4 module and started materio_graphql

This commit is contained in:
2020-12-09 22:55:16 +01:00
parent 2fbba0fe7f
commit 2071a99ca2
16 changed files with 525 additions and 27 deletions

118
composer.lock generated
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": "4de458a514e6c8847c1a5d2ca4c0187d",
"content-hash": "d537c65dd030c043b106fe27f25a754a",
"packages": [
{
"name": "alchemy/zippy",
@@ -7211,30 +7211,32 @@
},
{
"name": "drupal/graphql",
"version": "3.1.0",
"version": "dev-4.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/graphql.git",
"reference": "8.x-3.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/graphql-8.x-3.1.zip",
"reference": "8.x-3.1",
"shasum": "088430befbf13f2c8dadf1d9d14d01487e6f52bc"
"reference": "47bd0ddafc2bc6f0177ff0b3e75d64890610f086"
},
"require": {
"drupal/core": "^8.8 || ^9",
"webonyx/graphql-php": "^0.12.5"
"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": {
"branch-alias": {
"dev-4.x": "4.x-dev"
},
"drupal": {
"version": "8.x-3.1",
"datestamp": "1603962169",
"version": "8.x-4.0-beta3+12-dev",
"datestamp": "1606548247",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
@@ -7264,7 +7266,8 @@
"homepage": "http://drupal.org/project/graphql",
"support": {
"source": "https://git.drupalcode.org/project/graphql"
}
},
"time": "2020-12-05T14:12:52+00:00"
},
{
"name": "drupal/honeypot",
@@ -11244,6 +11247,55 @@
},
"time": "2020-09-06T12:45:51+00:00"
},
{
"name": "drupal/typed_data",
"version": "1.0.0-alpha5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/typed_data.git",
"reference": "8.x-1.0-alpha5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/typed_data-8.x-1.0-alpha5.zip",
"reference": "8.x-1.0-alpha5",
"shasum": "44cfaf8f6d6bc0b876e88a8b9d473799818d395f"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha5",
"datestamp": "1591397037",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
}
},
"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"
}
},
{
"name": "drupal/ultimate_cron",
"version": "dev-2.x",
@@ -17636,26 +17688,37 @@
},
{
"name": "webonyx/graphql-php",
"version": "v0.12.6",
"version": "v14.4.0",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95"
"reference": "aab3d49181467db064b41429cde117a7589625fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
"reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/aab3d49181467db064b41429cde117a7589625fc",
"reference": "aab3d49181467db064b41429cde117a7589625fc",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.6"
"php": "^7.1||^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"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.*"
"react/promise": "2.*",
"simpod/php-coveralls-mirror": "^3.0",
"squizlabs/php_codesniffer": "3.5.4"
},
"suggest": {
"psr/http-message": "To use standard GraphQL server",
@@ -17677,7 +17740,13 @@
"api",
"graphql"
],
"time": "2018-09-02T14:59:54+00:00"
"funding": [
{
"url": "https://opencollective.com/webonyx-graphql-php",
"type": "open_collective"
}
],
"time": "2020-12-03T16:05:21+00:00"
},
{
"name": "wikimedia/composer-merge-plugin",
@@ -17792,6 +17861,7 @@
"drupal/content_sync": 20,
"drupal/flag_lists": 10,
"drupal/genpass": 20,
"drupal/graphql": 20,
"drupal/image_delta_formatter": 20,
"drupal/image_effects": 20,
"drupal/jsonrpc": 20,