# 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.