You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subscription {
liftStatusChange {
name
capacity
}
}
public class LiftStatusChange
{
public string Name { get; set; }
public int Capacity { get; set; }
}
public class Data
{
public LiftStatusChange LiftStatusChange { get; set; }
}