Class GqlType
public static class GqlType
- Inheritance
-
GqlType
- Inherited Members
Properties
Boolean
public static GraphQLTypeReference Boolean { get; }
Property Value
Float
public static GraphQLTypeReference Float { get; }
Property Value
Id
public static GraphQLTypeReference Id { get; }
Property Value
Int
public static GraphQLTypeReference Int { get; }
Property Value
String
public static GraphQLTypeReference String { get; }
Property Value
Upload
public static GraphQLTypeReference Upload { get; }
Property Value
Methods
Named(string)
public static GraphQLTypeReference Named(string name)
Parameters
namestring