Class GraphQLShapeMatchData
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
RequestIdentifierstringMatchedPropertiesIReadOnlyList<string>
Properties
MatchedProperties
public IReadOnlyList<string> MatchedProperties { get; init; }
Property Value
RequestIdentifier
public string RequestIdentifier { get; init; }