C# 클래스 GraphQL.Tests.Execution.ObjectGraphTypeExtensions

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

공개 메소드들

메소드 설명
Field ( this obj, string name, IGraphType type, string description = null, QueryArguments arguments = null, object>.Func resolve = null ) : void

메소드 상세

Field() 공개 정적인 메소드

public static Field ( this obj, string name, IGraphType type, string description = null, QueryArguments arguments = null, object>.Func resolve = null ) : void
obj this
name string
type IGraphType
description string
arguments QueryArguments
resolve object>.Func
리턴 void