Lasse Laursen

Results 2 issues of Lasse Laursen

I have spent the most of the day trying to debug the following: ``` Ember Inspector 3.11.0 Ember 3.13.3 Ember Simple Auth 1.9.2 Node version v10.15.3 ``` My `package.json` file...

Type: Bug

**Describe the bug** I have a type which has the following field: ```ruby field :pit_logs, [Types::PitLogType], null: false, scope: false do argument :dates, [String], required: false, default_value: '[]' end ```...