Namespace ProtoTest.GraphQL
Classes
- GraphQLAssertions
The HTTP status assertions reachable through Should and ShouldNot. Both sides run the same implementation; the negated side asks for the opposite and its failure message, trace name, and Checks section read with "not".
- GraphQLFailureData
Failure data attached to a
graphql.failureobservation.
- GraphQLResponseData
Response data attached to a
graphql.responseobservation.
- GraphQLShapeMatchData
Shape-match data attached to a
graphql.contract.shapeobservation.
Interfaces
- IGraphQLWebSocketFactory
Creates connected WebSockets for GraphQL subscriptions. Implementations must negotiate the
graphql-transport-wssubprotocol.
Enums
- GraphQLSubscriptionTransport
Selects the wire transport used for GraphQL subscriptions.