Get TestScript
Get a single TestScript by ID.
Query
query GetTestScript($id: ID!) {
testscript(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a TestScript resource.
Get a single TestScript by ID.
query GetTestScript($id: ID!) {
testscript(id: $id) {
id
# Add other fields as needed
}
}
id: ID of the resource to retrieveReturns a TestScript resource.