We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c6376 commit f356653Copy full SHA for f356653
composer.json
@@ -7,7 +7,7 @@
7
"soundasleep/html2text": "~0.5",
8
"twig/twig": "~2.4",
9
"ext-xmlwriter": "*",
10
- "webonyx/graphql-php": "^0.13.8",
+ "webonyx/graphql-php": "^15.0.0",
11
"ext-json": "*",
12
"spatie/icalendar-generator": "^2.1",
13
"simshaun/recurr": "^4.0",
src/Classes/MyRadio/GraphQLUtils.php
@@ -160,7 +160,7 @@ private static function processAuthDirective(
160
$resolvedObject = null
161
) {
162
if (isset($args['constants'])) {
163
- $constants = $args['constants'];
+ $constants = $args['constants']->values;
164
// No constants => public access
165
if (count($constants) === 0) {
166
return true;
0 commit comments