ObjectSchemaSingleName Property

NReco.GraphQL Class Library Documentation
Name that refers to single object in GraphQL query.

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

public string SingleName { get; set; }

Property Value

Type: String
Remarks

For example: "customer"
See Also

Reference