Class GraphQLTypeReference

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

Constructors

GraphQLTypeReference(string)

public GraphQLTypeReference(string Syntax)

Parameters

Syntax string

Properties

Syntax

public string Syntax { get; init; }

Property Value

string

Methods

List()

public GraphQLTypeReference List()

Returns

GraphQLTypeReference

NonNull()

public GraphQLTypeReference NonNull()

Returns

GraphQLTypeReference