Skip to content

TypeMappingInput

Input to map an old type to a new type

graphql
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 ● UpdateComponentInput input

Released under the MIT License.