Skip to main content

LoggingQuery

No description

type LoggingQuery {
getLogs(
where: LoggingLogsWhereInput!
limit: Int!
): LoggingLogCollection!
getLogsByReference(
where: LoggingLogsByReferenceWhereInput!
): LoggingLogCollection!
getQuoteLogsFromBook(
where: LoggingQuoteLogFromBookInput
): LoggingLog!
allAuditRules(
where: AuditRuleWhereInput!
): AuditRuleConnection!
allConnectionAuditRules(
where: AuditRuleConnectionWhereInput!
): AuditRuleConnection!
}

Fields

LoggingQuery.getLogs ● LoggingLogCollection! non-null object

LoggingQuery.getLogs.where ● LoggingLogsWhereInput! non-null input
LoggingQuery.getLogs.limit ● Int! non-null scalar

LoggingQuery.getLogsByReference ● LoggingLogCollection! non-null object

LoggingQuery.getLogsByReference.where ● LoggingLogsByReferenceWhereInput! non-null input

LoggingQuery.getQuoteLogsFromBook ● LoggingLog! non-null object

LoggingQuery.getQuoteLogsFromBook.where ● LoggingQuoteLogFromBookInput input

LoggingQuery.allAuditRules ● AuditRuleConnection! non-null object

LoggingQuery.allAuditRules.where ● AuditRuleWhereInput! non-null input

LoggingQuery.allConnectionAuditRules ● AuditRuleConnection! non-null object

Return the entire set of audits of a given connection between a buyer and a seller

LoggingQuery.allConnectionAuditRules.where ● AuditRuleConnectionWhereInput! non-null input

Returned By

logging query