Skip to content

Function: graphqlMutation()

graphqlMutation<T, Input, Output>(entity, options): GraphQLMutationDefinition<T, Input, Output>

Defined in: packages/fate/lib/graphqlTransport-B3cbhvJX.d.mts:58

Type Parameters

T

T extends Entity

Input

Input

Output

Output

Parameters

entity

T["__typename"]

options

field

string

inputArg?

string | false

Returns

GraphQLMutationDefinition<T, Input, Output>

Released under the MIT License