Type Alias GuildDropsCreateNestedOneWithoutGamesInput

GuildDropsCreateNestedOneWithoutGamesInput: {
    connect?: GuildDropsWhereUniqueInput;
    connectOrCreate?: GuildDropsCreateOrConnectWithoutGamesInput;
    create?: XOR<GuildDropsCreateWithoutGamesInput, GuildDropsUncheckedCreateWithoutGamesInput>;
}