Class ProtoGraphQLTargetBuilderExtensions

Namespace
ProtoTest.GraphQL
Assembly
ProtoTest.GraphQL.dll
public static class ProtoGraphQLTargetBuilderExtensions
Inheritance
ProtoGraphQLTargetBuilderExtensions
Inherited Members

Methods

WithSchemaCoverage(IProtoTargetBuilder)

public static IProtoTargetBuilder WithSchemaCoverage(this IProtoTargetBuilder target)

Parameters

target IProtoTargetBuilder

Returns

IProtoTargetBuilder

WithSchemaCoverage(IProtoTargetBuilder, string)

public static IProtoTargetBuilder WithSchemaCoverage(this IProtoTargetBuilder target, string schemaSource)

Parameters

target IProtoTargetBuilder
schemaSource string

Returns

IProtoTargetBuilder

WithSubscriptionTransport(IProtoTargetBuilder, GraphQLSubscriptionTransport)

public static IProtoTargetBuilder WithSubscriptionTransport(this IProtoTargetBuilder target, GraphQLSubscriptionTransport transport)

Parameters

target IProtoTargetBuilder
transport GraphQLSubscriptionTransport

Returns

IProtoTargetBuilder