Skip to content

Commit

Permalink
Use renamed type
Browse files Browse the repository at this point in the history
  • Loading branch information
dschafer committed Aug 28, 2015
1 parent 2bc46a9 commit f6ad052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mutation/mutation.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {

import type {
GraphQLFieldConfig,
InputObjectFieldConfigMap,
InputObjectConfigFieldMap,
GraphQLFieldConfigMap,
GraphQLResolveInfo
} from 'graphql';
Expand All @@ -41,7 +41,7 @@ type mutationFn = (object: Object, info: GraphQLResolveInfo) => Object |
*/
type MutationConfig = {
name: string,
inputFields: InputObjectFieldConfigMap,
inputFields: InputObjectConfigFieldMap,
outputFields: GraphQLFieldConfigMap,
mutateAndGetPayload: mutationFn,
}
Expand Down

0 comments on commit f6ad052

Please sign in to comment.