markhuot / craftql

A drop-in GraphQL server for Craft CMS
Other
320 stars 53 forks source link

Cannot query field <field> on type <entry-type> if field is checkbox and checkbox values are numbers (int) #300

Open samput opened 5 years ago

samput commented 5 years ago

Can't query field if checkbox structure is using numbers as values e.g.

label: one value: 1
label: two value: 2
label: three value: 3

Works if checkbox values are strings e.g.

label: one value: one
label: two value: two
label: three value: three
ParallelUniv3rse commented 5 years ago

Same issue here