Skip to content

I'm trying to subscribe to this API, but I don't receive any response. These are my classes and this is the subscription #95

Description

@ClarenceMG

ws://snowtooth.moonhighway.com/graphql

I'm using Xamarin iOS.

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; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions