C# 클래스 GraphQL.Types.DirectiveGraphType

Directives are used by the GraphQL runtime as a way of modifying execution behavior.Type system creators will usually not create these directly.
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Deprecated GraphQLDeprecatedDirective
Include IncludeDirective
Skip SkipDirective

공개 메소드들

메소드 설명
DirectiveGraphType ( string name, IEnumerable locations ) : System.Collections.Generic

메소드 상세

DirectiveGraphType() 공개 메소드

public DirectiveGraphType ( string name, IEnumerable locations ) : System.Collections.Generic
name string
locations IEnumerable
리턴 System.Collections.Generic

프로퍼티 상세

Deprecated 공개적으로 정적으로 프로퍼티

public static GraphQLDeprecatedDirective,GraphQL.Types Deprecated
리턴 GraphQLDeprecatedDirective

Include 공개적으로 정적으로 프로퍼티

public static IncludeDirective,GraphQL.Types Include
리턴 IncludeDirective

Skip 공개적으로 정적으로 프로퍼티

public static SkipDirective,GraphQL.Types Skip
리턴 SkipDirective