dyne / zenpub

Reflow federated economic network
GNU Affero General Public License v3.0
13 stars 3 forks source link

Updating a Resource name errors #53

Open viktorsmari opened 3 years ago

viktorsmari commented 3 years ago

The following mutation errors:

mutation {
  updateEconomicResource (
    resource: {
      id: "01F7B5QDH93SN9GRA9A1VZ49C0",
      name: "New name"
    }
  )
  {
    economicResource {
      id
      name
      note      
    }
  }
}
 "message": "Argument \"resource\" has invalid value {id: \"01F7B5QDH93SN9GRA9A1VZ49C0\", name: \"fff\"}.\nIn field \"name\": Unknown field."

However, updating the note works fine.

Screenshots

Updating note works: 2021-06-04_14-54-35

Updating name errors: 2021-06-04_14-54-20

List of supported attributes? 2021-06-08_17-53-02