TypeMappingInput
Input to map an old type to a new type
input TypeMappingInput {
  newType: ID
  oldType: ID!
}
Fields
TypeMappingInput.newType ● ID scalar
The new type, null representing no type
TypeMappingInput.oldType ● ID! non-null scalar
The old type, null representing no type
Member of
ChangeIssueTemplateInput  input