get-my-shout-fix

This commit is contained in:
Untone 2024-03-06 16:01:46 +03:00
parent e252ce464b
commit af0c7fa712

View File

@ -3,6 +3,8 @@ import { gql } from '@urql/core'
export default gql`
query GetMyShout($shout_id: Int!) {
get_my_shout(shout_id: $shout_id) {
error
shout {
id
title
lead
@ -47,4 +49,5 @@ export default gql`
featured_at
}
}
}
`