Package com.saucelabs.visual.graphql
Class DiffsForTestResultQuery
- java.lang.Object
-
- com.saucelabs.visual.graphql.DiffsForTestResultQuery
-
- All Implemented Interfaces:
GraphQLOperation
public class DiffsForTestResultQuery extends Object implements GraphQLOperation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiffsForTestResultQuery.Datastatic classDiffsForTestResultQuery.Nodestatic classDiffsForTestResultQuery.Result
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_DOCUMENTThe minimized GraphQL document being sent to the server to save a few bytes.
-
Constructor Summary
Constructors Constructor Description DiffsForTestResultQuery(String input)
-
-
-
Field Detail
-
OPERATION_DOCUMENT
public static final String OPERATION_DOCUMENT
The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:query diffsForTestResult($input: UUID!) { result: diffs(condition: { buildId: $input } ) { nodes { id status } } }
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DiffsForTestResultQuery
public DiffsForTestResultQuery(String input)
-
-
Method Detail
-
getQuery
public String getQuery()
- Specified by:
getQueryin interfaceGraphQLOperation
-
getVariables
public Map<String,Object> getVariables()
- Specified by:
getVariablesin interfaceGraphQLOperation
-
-