Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BonFire does not contain Me #131

Open
oksanasalohubova opened this issue Oct 12, 2021 · 1 comment
Open

BonFire does not contain Me #131

oksanasalohubova opened this issue Oct 12, 2021 · 1 comment
Labels
bonfire-migration Issues linked to ZenPub to Bonfire migration

Comments

@oksanasalohubova
Copy link
Collaborator

Linked with Asses ZenPub replacement with BonFire #121

Me

We have no way to get Me in these requests and mutations

fragment HeroCollectionMeData on Me {
    user{
        id
    }
}
fragment HeroCommunityMeData on Me {
    user{
        id
    }
}
fragment MyCollectionFollowsData on Me {
  user{
    id
    collectionFollows{
      totalCount,
      pageInfo{ ...FullPageInfo }
      edges{
        id
        context {
          ...on Collection { ...MyFollowedCollectionData }
        }
      }
    }
  }
}
fragment MyCommunityFollowsData on Me {
  user{
    id
    communityFollows(limit:$limit, before:$before, after:$after) {
      totalCount,
      pageInfo{ ...FullPageInfo }
      edges{
        id 
        context{
          ...on Community { ...MyFollowedCommunityData }
        }
      }
    }
  }
}
fragment MyCommunityFollowsData on Me {
    user{
        id
        communityFollows(limit:$limit, before:$before, after:$after) {
            totalCount,
            pageInfo{ ...FullPageInfo }
            edges{
                id
                context
            }
        }
    }
}
fragment UseMeData on Me {
  isInstanceAdmin
  email
  isConfirmed
  wantsEmailDigest
  wantsNotifications 
  user{
    id
    ...SettingsPageMeUser
    ...SidebarMeUser
  }
}
@VolodymyrPavlichenko
Copy link
Collaborator

user, me, like, Activity, Collection, Community

@pral2a pral2a added this to the BonFire Migration milestone Oct 14, 2021
@pral2a pral2a added the bonfire-migration Issues linked to ZenPub to Bonfire migration label Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bonfire-migration Issues linked to ZenPub to Bonfire migration
Projects
None yet
Development

No branches or pull requests

3 participants