C# 클래스 Tests.MemContext

파일 보기 프로젝트 열기: ckimes89/graphql-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateDefaultContext ( ) : GraphQL
CreateDefaultSchema ( ) : GraphQLSchema
InitializeAccountSchema ( GraphQLSchema schema ) : void
InitializeUserSchema ( GraphQLSchema schema ) : void
MemContext ( ) : System

비공개 메소드들

메소드 설명
GetAbcPostField ( ) : string
InitializeCharacterSchema ( GraphQLSchema schema ) : void
InitializeMutationSchema ( GraphQLSchema schema ) : void
InitializeNullRefSchema ( GraphQLSchema schema ) : void

메소드 상세

CreateDefaultContext() 공개 정적인 메소드

public static CreateDefaultContext ( ) : GraphQL
리턴 GraphQL

CreateDefaultSchema() 공개 정적인 메소드

public static CreateDefaultSchema ( ) : GraphQLSchema
리턴 GraphQLSchema

InitializeAccountSchema() 공개 정적인 메소드

public static InitializeAccountSchema ( GraphQLSchema schema ) : void
schema GraphQLSchema
리턴 void

InitializeUserSchema() 공개 정적인 메소드

public static InitializeUserSchema ( GraphQLSchema schema ) : void
schema GraphQLSchema
리턴 void

MemContext() 공개 메소드

public MemContext ( ) : System
리턴 System