load-fix
This commit is contained in:
parent
1c55c845b0
commit
3fb8dde13c
|
@ -14,13 +14,6 @@ export default gql`
|
||||||
cover
|
cover
|
||||||
body
|
body
|
||||||
media
|
media
|
||||||
created_by {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
slug
|
|
||||||
pic
|
|
||||||
created_at
|
|
||||||
}
|
|
||||||
updated_by {
|
updated_by {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
|
|
|
@ -12,13 +12,6 @@ export default gql`
|
||||||
layout
|
layout
|
||||||
cover
|
cover
|
||||||
lead
|
lead
|
||||||
created_by {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
slug
|
|
||||||
pic
|
|
||||||
created_at
|
|
||||||
}
|
|
||||||
topics {
|
topics {
|
||||||
id
|
id
|
||||||
title
|
title
|
||||||
|
|
|
@ -10,13 +10,6 @@ export default gql`
|
||||||
layout
|
layout
|
||||||
cover
|
cover
|
||||||
# community
|
# community
|
||||||
created_by {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
slug
|
|
||||||
pic
|
|
||||||
created_at
|
|
||||||
}
|
|
||||||
media
|
media
|
||||||
topics {
|
topics {
|
||||||
id
|
id
|
||||||
|
|
|
@ -10,13 +10,6 @@ export default gql`
|
||||||
layout
|
layout
|
||||||
cover
|
cover
|
||||||
# community
|
# community
|
||||||
created_by {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
slug
|
|
||||||
pic
|
|
||||||
created_at
|
|
||||||
}
|
|
||||||
topics {
|
topics {
|
||||||
id
|
id
|
||||||
title
|
title
|
||||||
|
|
|
@ -9,13 +9,6 @@ export default gql`
|
||||||
slug
|
slug
|
||||||
cover
|
cover
|
||||||
# community
|
# community
|
||||||
created_by {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
slug
|
|
||||||
pic
|
|
||||||
created_at
|
|
||||||
}
|
|
||||||
topics {
|
topics {
|
||||||
# id
|
# id
|
||||||
title
|
title
|
||||||
|
|
|
@ -15,13 +15,6 @@ export default gql`
|
||||||
body
|
body
|
||||||
slug
|
slug
|
||||||
}
|
}
|
||||||
created_by {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
slug
|
|
||||||
pic
|
|
||||||
created_at
|
|
||||||
}
|
|
||||||
authors {
|
authors {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
|
|
Loading…
Reference in New Issue
Block a user