Skip to content

BonFire does not contain Flag #132

@VolodymyrPavlichenko

Description

@VolodymyrPavlichenko

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
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bonfire-migrationIssues linked to ZenPub to Bonfire migration

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions