GraphqlSchemaOptionMutationSchema Property

NReco.GraphQL Class Library Documentation
Allows to add custom mutation schema (mutations make modifications to data and return a result)

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

public ObjectGraphType MutationSchema { get; set; }

Property Value

Type: ObjectGraphType
See Also

Reference