wp-graphql / wp-graphql-acf

WPGraphQL for Advanced Custom Fields
https://wpgraphql.com/acf
627 stars 123 forks source link

Returning false for true_false values #304

Closed seripap closed 2 years ago

seripap commented 2 years ago

For true_false field types, the return values will always be represented as true or null depending on the value of the checkbox. This PR changes this logic so that the value will be either true or false, not null.