Describe the bug
For description of the following file.
graphql_devise-0.17.1/lib/graphql_devise/types/credential_type.rb
field :expiry, Int, null: false
but when expiry is handled in epoch seconds, values after 2038/1/19 12:14:07 (2,147,483,647) are not available.
Also, even after applying the patch and changing the type of expiry to ID, it seems to cause a behavior problem in another place.
(I couldn't pinpoint the specific part that is adversely affected...)
Thank you in advance for your confirmation.