Sha256: 8e52c867662a26de0ee00984a312fee641f48a251cee23a373e9c91b8e7eaba8

Contents?: true

Size: 139 Bytes

Versions: 24

Compression:

Stored size: 139 Bytes

Contents

#import "../fragments/comment.fragment.graphql"

mutation UpVote($id: ID!) {
  comment(id: $id) {
    upVote {
      ...Comment
    }
  }
}

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
decidim-comments-0.4.4 app/frontend/mutations/up_vote.mutation.graphql
decidim-0.4.4 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.4.3 app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.4.2 app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.4.1 app/frontend/mutations/up_vote.mutation.graphql
decidim-0.4.3 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-0.4.2 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-0.4.1 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.4.0 app/frontend/mutations/up_vote.mutation.graphql
decidim-0.4.0 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.3.2 app/frontend/mutations/up_vote.mutation.graphql
decidim-0.3.2 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.3.1 app/frontend/mutations/up_vote.mutation.graphql
decidim-0.3.1 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.3.0 app/frontend/mutations/up_vote.mutation.graphql
decidim-0.3.0 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.2.0 app/frontend/mutations/up_vote.mutation.graphql
decidim-0.2.0 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql
decidim-comments-0.1.0 app/frontend/mutations/up_vote.mutation.graphql
decidim-0.1.0 decidim-comments/app/frontend/mutations/up_vote.mutation.graphql