Skip to content

after patch individual json field, ref string mapped object #1361

@keepcosmos

Description

@keepcosmos

After patch a json field, ex) post.$query().patch({ 'jsonFields:subnode': 1 })

jsonFields:subnode is mapped as a object property.

like,

Post {
  jsonFields: {
    subnode: 1
  },
  'jsonFields:subnode`: 1
}

is it bug? or expected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions