My problem is that I need to connect the “IDStuff” and “InfoStuff”, but the return value for this mutation does not include the _id's of any of the 3 newly created datasets.
Is there a way to have this function return the _id's of these 3 newly created items?
With how difficult this has become it makes me wonder if my approach to this schema or approach to creating these datasets are flawed. Any help is greatly appreciated.
I am not seeing anything obvious that would be wrong in the schema.
I uploaded it and entered in a mutation. It sent back all of the _id's
Are you trying to also link the IDStuff document and the InfoStuff document directly to each other? For that, you would need to “connect” them in a second query, or create them first and then connect them to the Dataset document.