Type Alias GuildCreateNestedOneWithoutDisableBrandingInput

GuildCreateNestedOneWithoutDisableBrandingInput: {
    connect?: GuildWhereUniqueInput;
    connectOrCreate?: GuildCreateOrConnectWithoutDisableBrandingInput;
    create?: XOR<GuildCreateWithoutDisableBrandingInput, GuildUncheckedCreateWithoutDisableBrandingInput>;
}