Clarence
Results
1
issues of
Clarence
[ws://snowtooth.moonhighway.com/graphql](url) I'm using Xamarin iOS. subscription { liftStatusChange { name capacity } } ``` public class LiftStatusChange { public string Name { get; set; } public int Capacity { get;...