chore: prettier

This commit is contained in:
AP 2019-12-07 18:14:35 +01:00
parent 406d830063
commit d64017f473

View file

@ -1,8 +1,4 @@
import { import { GraphQLObjectType, GraphQLBoolean, GraphQLString } from 'graphql';
GraphQLObjectType,
GraphQLBoolean,
GraphQLString,
} from 'graphql';
import { GraphQLInt } from 'graphql'; import { GraphQLInt } from 'graphql';
import { PartnerNodeType } from './channels'; import { PartnerNodeType } from './channels';