Class GraphQLShapeMatchData

Namespace
ProtoTest.GraphQL
Assembly
ProtoTest.GraphQL.dll

Shape-match data attached to a graphql.contract.shape observation.

public sealed record GraphQLShapeMatchData : IEquatable<GraphQLShapeMatchData>
Inheritance
GraphQLShapeMatchData
Implements
Inherited Members
Extension Methods

Constructors

GraphQLShapeMatchData(string, IReadOnlyList<string>)

Shape-match data attached to a graphql.contract.shape observation.

public GraphQLShapeMatchData(string RequestIdentifier, IReadOnlyList<string> MatchedProperties)

Parameters

RequestIdentifier string
MatchedProperties IReadOnlyList<string>

Properties

MatchedProperties

public IReadOnlyList<string> MatchedProperties { get; init; }

Property Value

IReadOnlyList<string>

RequestIdentifier

public string RequestIdentifier { get; init; }

Property Value

string