Skip to main content

StatsFilterInput

Filters needed to do a search. Users (List of users), Suppliers (List of suppliers), ServiceApis (List of service apis), From (Start date of search - YYYY-MM-DD HH:mm:ss), To (End date of search - YYYY-MM-DD HH:mm:ss)

input StatsFilterInput {
owners: [ID!]
groups: [ID!]
accesses: [ID!]
suppliers: [ID!]
clients: [ID!]
mode: ModeType!
serviceApis: [ServiceApiType!]
operation: [ServiceOperationType!]
serviceOperations: [ID!]
trafficType: [TrafficType!]
from: DateTime
to: DateTime
timeRange: TimeRangeInput
retrieveAssets: Boolean
}

Fields

StatsFilterInput.owners ● [ID!] list scalar

List of owners

StatsFilterInput.groups ● [ID!] list scalar

Groups codes list

StatsFilterInput.accesses ● [ID!] list scalar

List of accesses

StatsFilterInput.suppliers ● [ID!] list scalar

List of suppliers

StatsFilterInput.clients ● [ID!] list scalar

List of clients

StatsFilterInput.mode ● ModeType! non-null enum

Buyer or Seller @deprecated(reason: "deprecated from 2019-04-11. Superfluous field.")

StatsFilterInput.serviceApis ● [ServiceApiType!] list enum

List of services apis

StatsFilterInput.operation ● [ServiceOperationType!] list enum

List of services operations

StatsFilterInput.serviceOperations ● [ID!] list scalar

StatsFilterInput.trafficType ● [TrafficType!] list enum

List of traffic types

StatsFilterInput.from ● DateTime scalar

From date of search @deprecated(reason: "deprecated from 2019-07-19. Added new field timeRange.")

StatsFilterInput.to ● DateTime scalar

To date of search @deprecated(reason: "deprecated from 2019-07-19. Added new field timeRange.")

StatsFilterInput.timeRange ● TimeRangeInput input

Input time

StatsFilterInput.retrieveAssets ● Boolean scalar

If true assets will be retrieved.