graphql-relay-result
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -12,7 +12,7 @@ import { GraphQLFieldConfig, ThunkObjMap, GraphQLInputFieldConfig, GraphQLResolveInfo } from 'graphql'; | ||
successFields?: ThunkObjMap<GraphQLFieldConfig<TSuccess, TContext>>; | ||
mutateAndGetPayload: MutationFn<TInput, Promise<{ | ||
mutateAndGetPayload: MutationFn<TInput, Promise<(TSuccess & { | ||
success: true; | ||
} & TSuccess> | Promise<{ | ||
}) | (TError & { | ||
success: false; | ||
} & TError> | ({ | ||
})> | ({ | ||
success: true; | ||
@@ -19,0 +19,0 @@ } & TSuccess) | ({ |
{ | ||
"name": "graphql-relay-result", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Automatta.io <open-source@automatta.io>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18560