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


