simple-graphql
Version:
The simple way to generates GraphQL schemas and Sequelize models from your models definition.
18 lines (17 loc) • 760 B
TypeScript
import resolveRelayConnection from './resolveRelayConnection';
import resolveQueryOption from './resolveQueryOption';
import parseSelections from './parseSelections';
import parseAttributes from './parseAttributes';
import hasSelection from './hasSelection';
import findOneForGraphQL from './findOneForGraphQL';
import findByPkForGraphQL from './findByPkForGraphQL';
declare const _default: {
resolveRelayConnection: typeof resolveRelayConnection;
resolveQueryOption: typeof resolveQueryOption;
parseSelections: typeof parseSelections;
parseAttributes: typeof parseAttributes;
hasSelection: typeof hasSelection;
findOneForGraphQL: typeof findOneForGraphQL;
findByPkForGraphQL: typeof findByPkForGraphQL;
};
export default _default;