FieldSchemaDescription Property

NReco.GraphQL Class Library Documentation
Field description (to describe graphql field). Optional - by default "Field: {field name} (datatype: {field.DataType})"

Namespace:  NReco.GraphQL.Schemas
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public string Description { get; set; }

Property Value

Type: String
See Also

Reference