Type Alias CFCustomMessageCreateNestedOneWithoutEmbedInput

CFCustomMessageCreateNestedOneWithoutEmbedInput: {
    connect?: CFCustomMessageWhereUniqueInput;
    connectOrCreate?: CFCustomMessageCreateOrConnectWithoutEmbedInput;
    create?: XOR<CFCustomMessageCreateWithoutEmbedInput, CFCustomMessageUncheckedCreateWithoutEmbedInput>;
}