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

Interface IFieldDefinition

Inherited Members
IDirectiveAnnotationsDefinition.DirectiveLocation
IDirectiveAnnotationsDefinition.GetDirectiveAnnotations()
IArgumentsDefinition.GetArguments()
INamed.Name
IDescription.Description
IDeprecation.IsDeprecated
IDeprecation.DeprecationReason
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IFieldDefinition : IAnnotatableDefinition, IDirectiveAnnotationsDefinition, IArgumentsDefinition, IMemberDefinition, INamed, IDescription, IDeprecation, IClrInfo, IOutputDefinition

Properties

ClrInfo

Declaration
MemberInfo ClrInfo { get; }
Property Value
Type Description
MemberInfo

DeclaringType

Declaration
IFieldsDefinition DeclaringType { get; }
Property Value
Type Description
IFieldsDefinition

FieldType

Declaration
IGraphQLTypeReference FieldType { get; }
Property Value
Type Description
IGraphQLTypeReference

Resolver

Declaration
Resolver<object, object> Resolver { get; }
Property Value
Type Description
Resolver<Object, Object>
Back to top Copyright © 2017-2019 GraphZen LLC