Type Alias CFMessageEmbedCreateNestedOneWithoutFieldsInput

CFMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: CFMessageEmbedWhereUniqueInput;
    connectOrCreate?: CFMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<CFMessageEmbedCreateWithoutFieldsInput, CFMessageEmbedUncheckedCreateWithoutFieldsInput>;
}