docs: Use :money_input for input_object (#74)

This commit is contained in:
Franklin Rakotomalala 2024-09-07 20:48:15 +02:00 committed by GitHub
parent 2c2e02230f
commit 95b7967f87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@ Add the following to your schema file:
field(:currency, non_null(:string))
end
input_object :money do
input_object :money_input do
field(:amount, non_null(:decimal))
field(:currency, non_null(:string))
end