Skip to main content

SearchWhereInput

No description

input SearchWhereInput {
accessCode: String!
id: String!
client: String!
startDate: String
endDate: String
dayRange: Int
type: RefreshType!
}

Fields

SearchWhereInput.accessCode ● String! non-null scalar

Client access identifier to use in this request

SearchWhereInput.id ● String! non-null scalar

Product or option identifier to be request for refresh

SearchWhereInput.client ● String! non-null scalar

the client name to be use in this request

SearchWhereInput.startDate ● String scalar

Date time with format yyyy-MM-dd to indicate the start of the date range

SearchWhereInput.endDate ● String scalar

Date time with format yyyy-MM-dd to indicate the end of the date range

SearchWhereInput.dayRange ● Int scalar

Number of days to be requested in each loop

SearchWhereInput.type ● RefreshType! non-null enum

Specify the type of resource want to refresh. The possible value is OPTION or PRODUCT