Jacob Thomason

Results 203 comments of Jacob Thomason
trafficstars

@hjerichen I'm suggesting that we find a way to uniquely hash the objects, such that removing the results isn't a concern. If it's indeed different and needs different results, the...

@hjerichen not sure what you mean by internal IDs. If you're talking about an object's `id` property, that's not going to work, since not everyone has objects with an `id`....

@hjerichen I thought you might be talking about using the spl_object_id. It's possible that could work. I do wonder though if there is any concern about an object being destroyed...

@hjerichen A composite key or compound key is a key that consists of more than one identifier. So something like: `hash($a->getId() . '-' . $b->getId())` for instance.

@dereuromark Are we closing this and opening another issue ticket? I'm a little taken back by the lack of understanding for the need or the entire purpose of this ticket....

@gtavares I still haven't looked into federation too much. But, wouldn't the goal be for GraphQLite to deliver it's schema into a federation server that combines with the rest of...

@noknokcody submit a PR with webonyx, then we can get a PR merged here as well.