railt/graphql

View on GitHub
resources/stdlib/july-2015/Boolean.graphql

Summary

Maintainability
Test Coverage

"""
The Boolean scalar type represents `true` or `false`. Response formats should
use a builtā€in boolean type if supported; otherwise, they should use their
representation of the integers `1` and `0`.
"""
scalar Boolean