Object GitHub::SavedReply
A Saved Reply is text a user can use to reply quickly.
Fields
body: String!
The body of the saved reply.
bodyHTML: HTML!
The saved reply body rendered to HTML.
databaseId: Int
Identifies the primary key from the database.
id: ID!
title: String!
The title of the saved reply.
user: Actor
The user that saved this reply.