Skip to content

Type Alias: GraphQLMutationDefinition<T, Input, Output>

GraphQLMutationDefinition<T, Input, Output> = Readonly<{ __fateGraphQLMutation?: { input: Input; output: Output; }; entity: T["__typename"]; field: string; inputArg?: false | string; }>

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

Type Parameters

T

T extends Entity = Entity

Input

Input = unknown

Output

Output = unknown

Released under the MIT License