Input Object GitHub::CreateRefInput
Autogenerated input type of CreateRef
Input Fields
repositoryId: ID!
The Node ID of the Repository to create the Ref in.
name: String!
The fully qualified name of the new Ref (ie: refs/heads/my_new_branch
).
oid: GitObjectID!
The GitObjectID that the new Ref shall target. Must point to a commit.
clientMutationId: String
A unique identifier for the client performing the mutation.