Markus Podar
Markus Podar
> I'd like this added so I don't have to retrieve the extra arguments using func_get_args() IMHO technically it's not necessary. Did you try just _added_ the arguments to `authorize`?...
Uh, thanks for the heads up, wasn't aware of this 👍
> Is there a way to return a key ? If you mean generally, then no: GraphQL (by it's spec) does not support Map types (i.e. arbitrary key=>value) references. "Keys"...
After hitting this issue too with my first union type, the TL;DR for basic definition is this: ```php class YourUnionType extends UnionType { public $name = 'YourUnion'; protected $attributes =...
> But its don't work with multiple query filter What do you mean by that? Do you mean multiple e.g. space separated words in `$args['nameLike']` should word as independent `OR`...
What's the full stacktrace?
`Undefined index` is a PHP runtime error. You need to figure out where it exactly occurred before anyone can assist you further. Hence I asked for a stacktrace. I suggest...
You have to do this in your own. The underlying webonxy library and to that extend this wrapper don't have specific support for this. Also to consider: the "official" GraphQL...
Why is the PR titled "Laravel 5.5" but touches the LumenServiceProvider, can you clarify?
@hailwood do you have any insights why this Folkloreatelier is stagnating?