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

Interface IFieldsNode

Inherited Members
INamedSyntax.Name
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public interface IFieldsNode : INamedSyntax

Properties

Fields

Declaration
IReadOnlyList<FieldDefinitionSyntax> Fields { get; }
Property Value
Type Description
IReadOnlyList<FieldDefinitionSyntax>
Back to top Copyright © 2017-2019 GraphZen LLC