We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4026d0 commit e2e6cd0Copy full SHA for e2e6cd0
1 file changed
cmd/test.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
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}
+ 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}
17
timeUnitChoices = map[string]bool{"milli": true, "sec": true, "min": true}
18
19
0 commit comments