ObjectSchema Properties

NReco.GraphQL Class Library Documentation

The ObjectSchema type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Object description. Used in results on schema queries.
Public propertyFields
Definitions of this object fields.
Public propertyListName
Name that refers to list of objects in GraphQL query.
Public propertyRelatedObjects
Definitions of the objects that may be queried as 'childs' of this object.
Public propertySingleName
Name that refers to single object in GraphQL query.
Public propertyTable
Database table name (or view) that corresponds to this object.
Top
See Also

Reference