Type Alias GuildDropsGameCreateNestedOneWithoutWebhookInput

GuildDropsGameCreateNestedOneWithoutWebhookInput: {
    connect?: GuildDropsGameWhereUniqueInput;
    connectOrCreate?: GuildDropsGameCreateOrConnectWithoutWebhookInput;
    create?: XOR<GuildDropsGameCreateWithoutWebhookInput, GuildDropsGameUncheckedCreateWithoutWebhookInput>;
}