package
0.0.0-20201103083329-ba60edf588e9
Repository: https://github.com/bitshiftza/graphql-go.git
Documentation: pkg.go.dev

# Functions

RunSubscribe runs a single GraphQL subscription test case.
RunSubscribes runs the given GraphQL subscription test cases as subtests.
RunTest runs a single GraphQL test case.
RunTests runs the given GraphQL test cases as subtests.

# Structs

Test is a GraphQL test case to be used with RunTest(s).
TestResponse models the expected response.
TestSubscription is a GraphQL test case to be used with RunSubscribe.