Class GraphQLVariableValue

Namespace
ProtoTest.GraphQL
Assembly
ProtoTest.GraphQL.dll
public sealed record GraphQLVariableValue : IEquatable<GraphQLVariableValue>
Inheritance
GraphQLVariableValue
Implements
Inherited Members
Extension Methods

Constructors

GraphQLVariableValue(string, object?)

public GraphQLVariableValue(string type, object? value)

Parameters

type string
value object

Properties

Type

public string Type { get; }

Property Value

string

Value

public object? Value { get; }

Property Value

object