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!
retrieveStats(filter: LoggingLegacyFilterInput!): LoggingLegacyConnection!
retrieveQuoteStatsFromBook(
filter: LoggingLegacyFilterQuoteFromBookInput!
): LoggingLegacy!
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.retrieveStats ● LoggingLegacyConnection! non-null object

retrieveLogsService(filter: LoggingFilterInput!): LoggingConnection!

LoggingQuery.retrieveStats.filter ● LoggingLegacyFilterInput! non-null input

LoggingQuery.retrieveQuoteStatsFromBook ● LoggingLegacy! non-null object

LoggingQuery.retrieveQuoteStatsFromBook.filter ● LoggingLegacyFilterQuoteFromBookInput! 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