hi i am trying to momove some old app from graphql...
# kmongo
n
hi i am trying to momove some old app from graphql to using kmongo how would references
link: $ref
be tranferred to using kotlinx-serialization mapper? snippet from the graphql insert query:
Copy code
record:{
    link:"${partition}-${objectId}"
  },
  location:{
    link:"${partition}-${objectId}"
  },
PS: seems to be a mongo-realm specific thing