Mutation
Variables
Response
Mutations
createSavedPost
Save a post to the current viewer’s bookmarks
MUTATION
createSavedPost(input: CreateSavedPostInput!): CreateSavedPostPayloadArguments
input
CreateSavedPostInput!
required
Parameters for CreateSavedPost
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
savedPost
The post that was saved
Mutation
Variables
Response