AppEnvironmentAddRequestStatsInput
Variables for the AddRequestStats mutation
input AppEnvironmentAddRequestStatsInput {
applicationId: Int!
date: String
environmentId: Int!
fromDate: String
toDate: String
}
Fields
AppEnvironmentAddRequestStatsInput.applicationId ● Int! non-null scalar common
The application ID
AppEnvironmentAddRequestStatsInput.date ● String scalar common
Date for which we want to sync - if we want to sync only for one day
AppEnvironmentAddRequestStatsInput.environmentId ● Int! non-null scalar common
The environment ID where we want to run the command
AppEnvironmentAddRequestStatsInput.fromDate ● String scalar common
Date range for which we want to sync - if we want to sync for a range
AppEnvironmentAddRequestStatsInput.toDate ● String scalar common
The end date for the sync range.
Member Of
addRequestStats mutation