Interface IFields
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IFields : IFieldsDefinition, INamedType, INamedTypeDefinition, IMemberDefinition, IDescription, INamedTypeReference, INamed, IDirectiveAnnotations, IDirectiveAnnotationsDefinition, IClrType, INullableType, IGraphQLType, IGraphQLTypeReference, ISyntaxConvertable
Properties
Fields
Declaration
IReadOnlyDictionary<string, Field> Fields { get; }
Property Value
Methods
GetFields()
Declaration
IEnumerable<Field> GetFields()
Returns
Extension Methods