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


