/// An integer value
///
/// The GraphQl Int scalar is an i32, however the GraphQl language doesn't
/// impose specific limits on integers. Currently cynic-parser represents
/// an IntValue as an i64, but we hide this fact behind a newtype to allow
/// us to change the internal representaiton later if we need to.
i64);