Interface IInputValueDefinition
Inherited Members
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IInputValueDefinition : IAnnotatableDefinition, IDirectiveAnnotationsDefinition, IMemberDefinition, INamed, IDescription, IInputDefinition, IClrInfo
Properties
DeclaringMember
Declaration
IMemberDefinition DeclaringMember { get; }
Property Value
| Type | Description |
|---|---|
| IMember |
DefaultValue
Declaration
object DefaultValue { get; }
Property Value
| Type | Description |
|---|---|
| Object |
HasDefaultValue
Declaration
bool HasDefaultValue { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
InputType
Declaration
IGraphQLTypeReference InputType { get; }
Property Value
| Type | Description |
|---|---|
| IGraph |