From 29a1dda7b620c5e209f82cba7482c216aa9edf76 Mon Sep 17 00:00:00 2001 From: Hesham Salman <iron-ham@github.com> Date: Mon, 8 Jan 2024 13:21:59 -0500 Subject: [PATCH] Doc --- .../Sources/ApolloPagination/GraphQLQueryPager.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apollo-ios-pagination/Sources/ApolloPagination/GraphQLQueryPager.swift b/apollo-ios-pagination/Sources/ApolloPagination/GraphQLQueryPager.swift index c4e5343ec..0833d6aa8 100644 --- a/apollo-ios-pagination/Sources/ApolloPagination/GraphQLQueryPager.swift +++ b/apollo-ios-pagination/Sources/ApolloPagination/GraphQLQueryPager.swift @@ -178,6 +178,7 @@ public class GraphQLQueryPager<InitialQuery: GraphQLQuery, PaginatedQuery: Graph } } +/// Identical to `TaskPriority`, but with the addition of `main` in order to allow running on the `MainActor` public enum CallbackPriority { case main, high, medium, low, userInitiated, utility, background