-

Getting Boolean Values from Component GraphQL Query into React
I had trouble passing a Boolean value as value or as jsonValue from Component GraphQL Query field into React so I passed in the checkbox value (1 if checked or empty if not) and converted it to a Boolean based on the value was present. The Component GraphQL Query field query fragment to pass a Read more