We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0875ee5 commit 39e3050Copy full SHA for 39e3050
1 file changed
Sources/Appwrite/Channel.swift
@@ -93,6 +93,7 @@ public enum Channel {
93
public static func files() -> String { "files" }
94
public static func executions() -> String { "executions" }
95
public static func teams() -> String { "teams" }
96
+ public static func memberships() -> String { "memberships" }
97
}
98
99
// MARK: - DATABASE ROUTE
0 commit comments