C# Class GraphQL.Tests.Execution.ObjectGraphTypeExtensions

显示文件 Open project: graphql-dotnet/graphql-dotnet

Public Methods

Method Description
Field ( this obj, string name, IGraphType type, string description = null, QueryArguments arguments = null, object>.Func resolve = null ) : void

Method Details

Field() public static method

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
return void