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 Flag #132

Open
VolodymyrPavlichenko opened this issue Oct 12, 2021 · 0 comments
Open

BonFire does not contain Flag #132

VolodymyrPavlichenko opened this issue Oct 12, 2021 · 0 comments
Labels
bonfire-migration Issues linked to ZenPub to Bonfire migration

Comments

@VolodymyrPavlichenko
Copy link
Collaborator

Linked with Asses ZenPub replacement with BonFire #121

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

query flagPreviewData($flagId:String!) {
  flag(flagId:$flagId){
    ...FlagPreview
  }
}
fragment FlagPreview on Flag{
  id
  message
  isResolved
  creator{
    ...UserPreview
  }
  createdAt
  context{
    ...on Community {
      ...CommunityPreview
    }
    ...on Collection {
      ...CollectionPreview
    }
    ...on Resource {
      ...ResourcePreview
    }
    ...on User {
      ...UserPreview
    }
    ...on Comment {
      ...CommentPreview
    }
  }
}
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

2 participants