InvestmentStatementsInput
No description
input InvestmentStatementsInput {
from: DateString!
to: DateString!
types: [InvestmentStatementType!]!
}
Fields
InvestmentStatementsInput.from
● DateString!
non-null scalar
The beginning of the date window over which to search for statements.
InvestmentStatementsInput.to
● DateString!
non-null scalar
The end of the date window over which to search for statements.
InvestmentStatementsInput.types
● [InvestmentStatementType!]!
non-null enum
A list of statement types to query. Returns an empty array if no types are provided.
Member of
investmentStatements
query