LayoutAbTestState
No description
type LayoutAbTestState {
run_id: Int!
status: AbTestStatus!
started_at: String
ended_at: String
paused_seconds: Int
winning_variant_id: String
winner_source: AbTestWinnerSource
}
Fields
LayoutAbTestState.run_id ● Int! non-null scalar
LayoutAbTestState.status ● AbTestStatus! non-null enum
LayoutAbTestState.started_at ● String scalar
LayoutAbTestState.ended_at ● String scalar
LayoutAbTestState.paused_seconds ● Int scalar
LayoutAbTestState.winning_variant_id ● String scalar
LayoutAbTestState.winner_source ● AbTestWinnerSource enum
Returned By
endLayoutAbTest mutation ● initializeLayoutAbTest mutation ● pauseLayoutAbTest mutation ● resumeLayoutAbTest mutation ● validateAbTestComplete mutation
Member Of
LayoutAbTestStats object ● StartNewAbTestCycleResult object


