2.0.0
版本发布时间: 2021-06-18 00:36:58
GraphQLSwift/GraphQL最新发布版本:2.10.1(2024-09-25 23:09:14)
Fields in GraphQL responses now match the order in which they were listed in the query. This fixes #60. A dependency on Swift Collections was added.
While the changes are modest, it is marked as a major release because it changes the return type of the public executeFields
method and public Map
enum to be OrderedDictionary instead of Dictionary.