The GraphQL API does not throw an error if a number > 32 bit is inserted into a Int32 field, instead, it inserts the overflown value. But JSON API throws error saying this is not possible.