Class GraphQLSelectionBuilder

Namespace
ProtoTest.GraphQL
Assembly
ProtoTest.GraphQL.dll
public sealed class GraphQLSelectionBuilder
Inheritance
GraphQLSelectionBuilder
Inherited Members
Extension Methods

Methods

Field(string, Action<GraphQLFieldBuilder>?)

public GraphQLSelectionBuilder Field(string name, Action<GraphQLFieldBuilder>? configure = null)

Parameters

name string
configure Action<GraphQLFieldBuilder>

Returns

GraphQLSelectionBuilder

Fields(params string[])

public GraphQLSelectionBuilder Fields(params string[] names)

Parameters

names string[]

Returns

GraphQLSelectionBuilder