Skip to main content

반응

반응 범주의 GraphQL 스키마 형식에 대한 참조 설명서입니다.

Mutations

addReaction

Mutation

Adds a reaction to a subject.

addReaction에 대한 입력 필드

addReaction에 대한 반환 필드

이름설명

clientMutationId (String)

A unique identifier for the client performing the mutation.

reaction (Reaction)

The reaction object.

reactionGroups ([ReactionGroup!])

The reaction groups for the subject.

subject (Reactable)

The reactable subject.

removeReaction

Mutation

Removes a reaction from a subject.

removeReaction에 대한 입력 필드

removeReaction에 대한 반환 필드

이름설명

clientMutationId (String)

A unique identifier for the client performing the mutation.

reaction (Reaction)

The reaction object.

reactionGroups ([ReactionGroup!])

The reaction groups for the subject.

subject (Reactable)

The reactable subject.

Objects

Reaction

Object

An emoji reaction to a particular piece of content.

Reaction 구현

Reaction에 대한 필드

이름설명

content (ReactionContent!)

Identifies the emoji reaction.

createdAt (DateTime!)

Identifies the date and time when the object was created.

databaseId (Int)

Identifies the primary key from the database.

id (ID!)

The Node ID of the Reaction object.

reactable (Reactable!)

The reactable piece of content.