Skip to main content

OLAP_Date

Date representation YYYY-MM-DD format

input OLAP_Date {
after: String
till: String
since: String
is: String
not: String
in: [String]
notIn: [String]
before: String
}

Fields

OLAP_Date.after ● String scalar

Strictly after this date

OLAP_Date.till ● String scalar

Before this date and including it

OLAP_Date.since ● String scalar

After this date and including it

OLAP_Date.is ● String scalar

Exact match the date

OLAP_Date.not ● String scalar

Not this date

OLAP_Date.in ● [String] list scalar

Date in the provided list

OLAP_Date.notIn ● [String] list scalar

Date is not in the provided list

OLAP_Date.before ● String scalar

Strictly before this date

Member Of

EVM_BalanceUpdate_Input_Block_InputType input ● EVM_Block_Input_Block_InputType input ● EVM_Call_Input_Block_InputType input ● EVM_DEXTrade_Input_Block_InputType input ● EVM_DEXTradeByToken_Input_Block_InputType input ● EVM_Event_Input_Block_InputType input ● EVM_MinerReward_Input_Block_InputType input ● EVM_MinerReward_Input_Uncle_Block_InputType input ● EVM_TokenHolder_Input_BalanceUpdate_InputType input ● EVM_Transaction_Input_Block_InputType input ● EVM_Transfer_Input_Block_InputType input ● EVM_Uncle_Input_Block_InputType input ● EVM_Uncle_Input_Uncle_Block_InputType input