mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Apparently I was wrong: types don't get merged
This commit is contained in:
parent
ed0c9b775b
commit
0d8a748094
@ -9,6 +9,28 @@ input FilterBubble {
|
|||||||
|
|
||||||
type Query {
|
type Query {
|
||||||
Post(
|
Post(
|
||||||
|
id: ID
|
||||||
|
activityId: String
|
||||||
|
objectId: String
|
||||||
|
title: String
|
||||||
|
slug: String
|
||||||
|
content: String
|
||||||
|
contentExcerpt: String
|
||||||
|
image: String
|
||||||
|
imageUpload: Upload
|
||||||
|
visibility: Visibility
|
||||||
|
deleted: Boolean
|
||||||
|
disabled: Boolean
|
||||||
|
createdAt: String
|
||||||
|
updatedAt: String
|
||||||
|
commentsCount: Int
|
||||||
|
shoutedCount: Int
|
||||||
|
shoutedByCurrentUser: Boolean
|
||||||
|
_id: String
|
||||||
|
first: Int
|
||||||
|
offset: Int
|
||||||
|
orderBy: [_PostOrdering]
|
||||||
|
filter: _PostFilter
|
||||||
filterBubble: FilterBubble
|
filterBubble: FilterBubble
|
||||||
): [Post]
|
): [Post]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user