get-my-shout-fix
This commit is contained in:
parent
e252ce464b
commit
af0c7fa712
|
@ -3,6 +3,8 @@ import { gql } from '@urql/core'
|
||||||
export default gql`
|
export default gql`
|
||||||
query GetMyShout($shout_id: Int!) {
|
query GetMyShout($shout_id: Int!) {
|
||||||
get_my_shout(shout_id: $shout_id) {
|
get_my_shout(shout_id: $shout_id) {
|
||||||
|
error
|
||||||
|
shout {
|
||||||
id
|
id
|
||||||
title
|
title
|
||||||
lead
|
lead
|
||||||
|
@ -47,4 +49,5 @@ export default gql`
|
||||||
featured_at
|
featured_at
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user