GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Interface IMutableMutationTypeDefinition

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableMutationTypeDefinition : IMutationTypeDefinition

Properties

MutationType

Declaration
ObjectTypeDefinition MutationType { get; }
Property Value
Type Description
ObjectTypeDefinition

Methods

GetMutationTypeConfigurationSource()

Declaration
ConfigurationSource? GetMutationTypeConfigurationSource()
Returns
Type Description
Nullable<GraphZen.TypeSystem.Internal.ConfigurationSource>

SetMutationType(ObjectTypeDefinition, ConfigurationSource)

Declaration
bool SetMutationType(ObjectTypeDefinition type, ConfigurationSource configurationSource)
Parameters
Type Name Description
ObjectTypeDefinition type
GraphZen.TypeSystem.Internal.ConfigurationSource configurationSource
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC