Skip to content

Commit e2e6cd0

Browse files
committed
#16 Add support for GraphQL testing
1 parent a4026d0 commit e2e6cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
var (
16-
runnerChoices = map[string]bool{"HTTP": true, "SOAP_HTTP": true, "SOAP_UI": true, "POSTMAN": true, "OPEN_API_SCHEMA": true, "ASYNC_API_SCHEMA": true, "GRPC_PROTOBUF": true}
16+
runnerChoices = map[string]bool{"HTTP": true, "SOAP_HTTP": true, "SOAP_UI": true, "POSTMAN": true, "OPEN_API_SCHEMA": true, "ASYNC_API_SCHEMA": true, "GRPC_PROTOBUF": true, "GRAPHQL_SCHEMA": true}
1717
timeUnitChoices = map[string]bool{"milli": true, "sec": true, "min": true}
1818
)
1919

0 commit comments

Comments
 (0)