Skip to main content

MoveEnumVariant

No description

type MoveEnumVariant {
name: String!
fields: [MoveField!]
}

Fields

MoveEnumVariant.name ● String! non-null scalar

The name of the variant

MoveEnumVariant.fields ● [MoveField!] list object

The names and types of the variant's fields. Field types reference type parameters, by their index in the defining enum's typeParameters list.

Member Of

MoveEnum object