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

Class SpecDirectives

Inheritance
Object
SpecDirectives
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public static class SpecDirectives

Properties

All

Declaration
public static IReadOnlyList<Directive> All { get; }
Property Value
Type Description
IReadOnlyList<Directive>

Deprecated

Declaration
public static Directive Deprecated { get; }
Property Value
Type Description
Directive

Include

Declaration
public static Directive Include { get; }
Property Value
Type Description
Directive

Skip

Declaration
public static Directive Skip { get; }
Property Value
Type Description
Directive
Back to top Copyright © 2017-2019 GraphZen LLC