在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):lucasconstantino/graphql-resolvers开源软件地址(OpenSource Url):https://github.com/lucasconstantino/graphql-resolvers开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):GraphQL ResolversResolver composition library for GraphQL This library consists of simple but well tested helper functions for combining other functions into more specialized ones. InstallationThis package is available on npm as: graphql-resolvers
MotivationMany times we end-up repeating lots of logic on our resolvers. Access control, for instance, is something that can be done in the resolver level but just tends to end up with repeated code, even when creating services for such a task. This package aims to make it easier to build smart resolvers with logic being reusable and split in small pieces. Think recompose, but for GraphQL resolvers. DocumentationSimilar projectsBesides being inspired by some functional libraries out there, this project has some goals in common with other projects: apollo-resolvers:While graphql-toolsAt first, my idea was to incorporate the |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论