Mutations
createMyFavoritePage
Saves a page as a favorite for the currently authenticated user. If the caller has already favorited a page with the same key, the existing record is returned unchanged (idempotent). Requires the favoritePage:create permission.
MUTATION
createMyFavoritePage(input: CreateMyFavoritePageInput!): CreateMyFavoritePageOutput!Arguments
input
required
Returns
favoritePage
error
Mutation
Variables
Response
Mutation
Variables
Response

