Skip to content

Commit

Permalink
add available_to_credit_amount_cents to invoice object at graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Oct 21, 2024
1 parent 229fd05 commit f96a820
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/graphql/types/invoices/object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Object < Types::BaseObject
field :created_at, GraphQL::Types::ISO8601DateTime, null: false
field :updated_at, GraphQL::Types::ISO8601DateTime, null: false

field :available_to_credit_amount_cents, GraphQL::Types::BigInt, null: false
field :associated_active_wallet_present, Boolean, null: false
field :creditable_amount_cents, GraphQL::Types::BigInt, null: false
field :refundable_amount_cents, GraphQL::Types::BigInt, null: false
Expand Down
1 change: 1 addition & 0 deletions schema.graphql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f96a820

Please sign in to comment.