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

Class SelectionSyntax

Selection http://facebook.github.io/graphql/June2018/#Selection

Inheritance
Object
SyntaxNode
SelectionSyntax
FieldSyntax
FragmentSpreadSyntax
InlineFragmentSyntax
Implements
ISyntaxNodeLocation
IDirectivesSyntax
Inherited Members
SyntaxNode.Children
SyntaxNode.Kind
SyntaxNode.Location
SyntaxNode.DescendantNodes()
SyntaxNode.VisitLeave(GraphQLSyntaxVisitor)
SyntaxNode.VisitEnter(GraphQLSyntaxVisitor)
SyntaxNode.VisitEnter<TResult>(GraphQLSyntaxVisitor<TResult>)
SyntaxNode.VisitLeave<TResult>(GraphQLSyntaxVisitor<TResult>)
SyntaxNode.ToSyntaxString()
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public abstract class SelectionSyntax : SyntaxNode, ISyntaxNodeLocation, IDirectivesSyntax

Constructors

SelectionSyntax(SyntaxLocation)

Declaration
protected SelectionSyntax(SyntaxLocation location)
Parameters
Type Name Description
SyntaxLocation location

Properties

Directives

Declaration
public abstract IReadOnlyList<DirectiveSyntax> Directives { get; }
Property Value
Type Description
IReadOnlyList<DirectiveSyntax>

Implements

ISyntaxNodeLocation
IDirectivesSyntax
Back to top Copyright © 2017-2019 GraphZen LLC