GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Class SyntaxHelpers

Inheritance
Object
SyntaxHelpers
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public static class SyntaxHelpers

Methods

Description(String)

Declaration
public static StringValueSyntax Description(string description)
Parameters
Type Name Description
String description
Returns
Type Description
StringValueSyntax

ToDirectiveNodes(IReadOnlyList<IDirectiveAnnotation>)

Declaration
public static IReadOnlyList<DirectiveSyntax> ToDirectiveNodes(this IReadOnlyList<IDirectiveAnnotation> directives)
Parameters
Type Name Description
IReadOnlyList<IDirectiveAnnotation> directives
Returns
Type Description
IReadOnlyList<DirectiveSyntax>

ToTypeSyntax(IGraphQLType)

Declaration
public static TypeSyntax ToTypeSyntax(this IGraphQLType type)
Parameters
Type Name Description
IGraphQLType type
Returns
Type Description
TypeSyntax
Back to top Copyright © 2017-2019 GraphZen LLC