MyAiCreditLedgerEntry
No description
type MyAiCreditLedgerEntry {
balance_after: Int!
created_at: String
credit_delta: Int!
entry_type: String!
id: ID!
note: String
}
Fields
MyAiCreditLedgerEntry.balance_after ● Int! non-null scalar
MyAiCreditLedgerEntry.created_at ● String scalar
MyAiCreditLedgerEntry.credit_delta ● Int! non-null scalar
MyAiCreditLedgerEntry.entry_type ● String! non-null scalar
MyAiCreditLedgerEntry.id ● ID! non-null scalar
MyAiCreditLedgerEntry.note ● String scalar
Member Of
MyAiCredits object


