Github API - Test Config

mutation unmarkFileAsViewed

Unmark a pull request file as viewed

Arguments
input UnmarkFileAsViewedInput

UnmarkFileAsViewedInput [input]

Autogenerated input type of UnmarkFileAsViewed

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

path String

The path of the file to mark as unviewed

pullRequestId ID

The Node ID of the pull request.

API:
Github GraphQL API

Parameters for UnmarkFileAsViewed

Returns
UnmarkFileAsViewedPayload

UnmarkFileAsViewedPayload [object]

Autogenerated return type of UnmarkFileAsViewed

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequest PullRequest

The updated pull request.

API:
Github GraphQL API
API:
Github GraphQL API