@coopenomics/sdk
    Preparing search index...
    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;
          },
      ]