mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
Merge branch 'next' into next-respect
This commit is contained in:
@@ -26,7 +26,6 @@ export default (ctx: TenantContext) => ({
|
||||
ctx.user!,
|
||||
{
|
||||
id: input.commentID,
|
||||
asset_id: input.assetID,
|
||||
body: input.body,
|
||||
},
|
||||
ctx.req
|
||||
|
||||
@@ -970,12 +970,8 @@ type Query {
|
||||
|
||||
"""
|
||||
me is the current logged in User.
|
||||
|
||||
clientAuthRevision is an implementation detail that is only
|
||||
used on the client to invalidate the cache.
|
||||
TODO: This should move to a client side directive if this becomes possible.
|
||||
"""
|
||||
me(clientAuthRevision: Int): User
|
||||
me: User
|
||||
|
||||
"""
|
||||
settings is the Settings for a given Tenant.
|
||||
@@ -1040,11 +1036,6 @@ type CreateCommentPayload {
|
||||
EditCommentInput provides the input for the editComment Mutation.
|
||||
"""
|
||||
input EditCommentInput {
|
||||
"""
|
||||
assetID is the ID of the Asset where we are editing a comment on.
|
||||
"""
|
||||
assetID: ID!
|
||||
|
||||
"""
|
||||
commentID is the ID of the comment being edited.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user