C# 클래스 GraphQL.GraphiQL.Controllers.GraphQLController

상속: ApiController
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet

공개 메소드들

메소드 설명
GraphQLController ( IDocumentExecuter executer, IDocumentWriter writer, GraphQL.Tests.StarWarsSchema schema ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetAsync ( HttpRequestMessage request ) : Task
PostAsync ( HttpRequestMessage request, GraphQLQuery query ) : Task

메소드 상세

GraphQLController() 공개 메소드

public GraphQLController ( IDocumentExecuter executer, IDocumentWriter writer, GraphQL.Tests.StarWarsSchema schema ) : System.Collections.Generic
executer IDocumentExecuter
writer IDocumentWriter
schema GraphQL.Tests.StarWarsSchema
리턴 System.Collections.Generic