przemoli

Results 2 issues of przemoli

Following schema will not work as "String" class is not in scope. ``` 'query' => [ 'person' => 'String' ], ``` How can I access "built-in" types of graphql?

``` php $index = $paragraph->getIndex(); $infoBlock->setActiveParagraph($index); ``` getIndex(), is not there, nor anywhere else I tried to look for it. How can I get index for given object? Or anything...

Type - Question