C# Class GraphQL.Tests.Execution.ObjectGraphTypeExtensions

Afficher le fichier Open project: graphql-dotnet/graphql-dotnet

Méthodes publiques

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

Method Details

Field() public static méthode

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
Résultat void