query: {
    getUserWebPushSubscriptions: [{
        data: Variable<"GetUserSubscriptionsInput!", "data">;
    }, {
        authKey: boolean;
        createdAt: boolean;
        endpoint: boolean;
        id: boolean;
        isActive: boolean;
        p256dhKey: boolean;
        updatedAt: boolean;
        userAgent: boolean;
        username: boolean;
    }];
} = ...

Получить веб-пуш подписки пользователя

Type declaration

  • getUserWebPushSubscriptions: [{
        data: Variable<"GetUserSubscriptionsInput!", "data">;
    }, {
        authKey: boolean;
        createdAt: boolean;
        endpoint: boolean;
        id: boolean;
        isActive: boolean;
        p256dhKey: boolean;
        updatedAt: boolean;
        userAgent: boolean;
        username: boolean;
    }]