layoutAbTestRunPageData
No description
layoutAbTestRunPageData(
run_id: Int!
page_id: String!
): Mixed
Arguments
layoutAbTestRunPageData.run_id ● Int! non-null scalar
layoutAbTestRunPageData.page_id ● String! non-null scalar
Type
Mixed scalar
Loose type that allows any value. Be careful when passing in large Int or Float literals,
as they may not be parsed correctly on the server side. Use String literals if you are
dealing with really large numbers to be on the safe side.


