We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ed63d + 39e3050 commit a7582c5Copy full SHA for a7582c5
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