GraphiQL API Documentation
    Preparing search index...

    Type Alias Unsubscribable

    type Unsubscribable = {
        unsubscribe: () => void;
    }
    Index

    Properties

    Properties

    unsubscribe: () => void