Mutations
deleteMyFavoritePage
Removes a favorite page for the currently authenticated user. If the specified favorite page does not exist or belongs to a different user, the mutation succeeds silently with no error. Requires the favoritePage:delete permission.
MUTATION
deleteMyFavoritePage(input: DeleteMyFavoritePageInput!): DeleteMyFavoritePageOutput!Arguments
input
required
Returns
error
Mutation
Variables
Response
Mutation
Variables
Response

