Tobias Minich

Results 21 issues of Tobias Minich

**Describe the bug** ```php class Test extends Model { public string $test = 'test'; } ``` ```graphql type Test { test: String } ``` This will always return null for...

enhancement