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

Interface IMutableInputFieldsDefinition

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableInputFieldsDefinition : IInputFieldsDefinition

Properties

Fields

Declaration
IReadOnlyDictionary<string, InputFieldDefinition> Fields { get; }
Property Value
Type Description
IReadOnlyDictionary<String, InputFieldDefinition>

Methods

FindIgnoredFieldConfigurationSource(String)

Declaration
ConfigurationSource? FindIgnoredFieldConfigurationSource(string fieldName)
Parameters
Type Name Description
String fieldName
Returns
Type Description
Nullable<GraphZen.TypeSystem.Internal.ConfigurationSource>

GetFields()

Declaration
IEnumerable<InputFieldDefinition> GetFields()
Returns
Type Description
IEnumerable<InputFieldDefinition>
Back to top Copyright © 2017-2019 GraphZen LLC