Type Alias DropGameCreateNestedOneWithoutDropsInput

DropGameCreateNestedOneWithoutDropsInput: {
    connect?: DropGameWhereUniqueInput;
    connectOrCreate?: DropGameCreateOrConnectWithoutDropsInput;
    create?: XOR<DropGameCreateWithoutDropsInput, DropGameUncheckedCreateWithoutDropsInput>;
}