Github API - Test Config

mutation createAttributionInvitation

Invites a user to claim reattributable data

Arguments
input CreateAttributionInvitationInput

CreateAttributionInvitationInput [input]

Autogenerated input type of CreateAttributionInvitation

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

ownerId ID

The Node ID of the owner scoping the reattributable data.

sourceId ID

The Node ID of the account owning the data to reattribute.

targetId ID

The Node ID of the account which may claim the data.

API:
Github GraphQL API

Parameters for CreateAttributionInvitation

Returns
CreateAttributionInvitationPayload

CreateAttributionInvitationPayload [object]

Autogenerated return type of CreateAttributionInvitation

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

owner Organization

The owner scoping the reattributable data.

source Claimable

The account owning the data to reattribute.

target Claimable

The account which may claim the data.

API:
Github GraphQL API
API:
Github GraphQL API