Magidoc

CreateRefInput
Input Object

Autogenerated input type of CreateRef

Fields

#

clientMutationId

A unique identifier for the client performing the mutation.

name

Non-null

The fully qualified name of the new Ref (ie: refs/heads/my_new_branch ).

oid

Non-null

The GitObjectID that the new Ref shall target. Must point to a commit.

repositoryId

ID !
Non-null

The Node ID of the Repository to create the Ref in.

Usages

#

References

#

  • Argument input of field createRef from type Mutation