Type Alias DropGameCreateNestedOneWithoutGuildDropsGamesInput

DropGameCreateNestedOneWithoutGuildDropsGamesInput: {
    connect?: DropGameWhereUniqueInput;
    connectOrCreate?: DropGameCreateOrConnectWithoutGuildDropsGamesInput;
    create?: XOR<DropGameCreateWithoutGuildDropsGamesInput, DropGameUncheckedCreateWithoutGuildDropsGamesInput>;
}