mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-11 03:27:47 +08:00
feat(graphql): add deprecationReason in mutationConfig
This commit is contained in:
1
types/graphql-relay/index.d.ts
vendored
1
types/graphql-relay/index.d.ts
vendored
@@ -244,6 +244,7 @@ export interface MutationConfig {
|
||||
inputFields: Thunk<GraphQLInputFieldConfigMap>;
|
||||
outputFields: Thunk<GraphQLFieldConfigMap<any, any>>;
|
||||
mutateAndGetPayload: mutationFn;
|
||||
deprecationReason?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user