Ocelot-Social/backend/src/graphql/queries/emotions/PostsEmotionsByCurrentUser.gql

4 lines
97 B
GraphQL

query PostsEmotionsByCurrentUser($postId: ID!) {
PostsEmotionsByCurrentUser(postId: $postId)
}