Class GqlType

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

Properties

Boolean

public static GraphQLTypeReference Boolean { get; }

Property Value

GraphQLTypeReference

Float

public static GraphQLTypeReference Float { get; }

Property Value

GraphQLTypeReference

Id

public static GraphQLTypeReference Id { get; }

Property Value

GraphQLTypeReference

Int

public static GraphQLTypeReference Int { get; }

Property Value

GraphQLTypeReference

String

public static GraphQLTypeReference String { get; }

Property Value

GraphQLTypeReference

Upload

public static GraphQLTypeReference Upload { get; }

Property Value

GraphQLTypeReference

Methods

Named(string)

public static GraphQLTypeReference Named(string name)

Parameters

name string

Returns

GraphQLTypeReference