Skip to main content

LinkPostingToExternalPostPayload

Autogenerated return type of LinkPostingToExternalPost.

type LinkPostingToExternalPostPayload {
clientMutationId: String
data: Boolean
errors: [Error!]!
}

Fields

LinkPostingToExternalPostPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

LinkPostingToExternalPostPayload.data ● Boolean scalar

Linking status

LinkPostingToExternalPostPayload.errors ● [Error!]! non-null object

List of errors

Returned By

linkExternalPost mutation