vandal
vandal copied to clipboard
It looks as though Vandal started with just read endpoints intentionally for ease of development. Seems like that was always intended to be extended to write endpoints? Even if they...
After adding an `extra_attribute` in a Graphiti Resource, I was expecting to see the attribute listed in Vandal such that I could use the vandal UI to opt-in to including...
 My resource: ``` class ChatResource < ApplicationResource attribute :id, :uuid has_many :messages, resource: MessageResource many_to_many :participants, resource: UserResource end ``` It works fine if I add the created_at attribute
Hello! Awesome work on this, I am trying out Graphiti and Vandal and loving it so far. 👍 I wonder if a small improvement could be made to the Vandal...
Hi! I just became aware of this project this morning when a contributor to the Drupal project linked to this project because they wanted to use it with Drupal's JSON:API...
Hello ! The "classy fabric" (used in [App.vue](https://github.com/graphiti-api/vandal/blob/b3fa13366316e3c63f6e9b466d576d600fab2744/src/App.vue#L119) ) [has moved](https://www.toptal.com/designers/subtlepatterns/uploads/classy_fabric.png). Do you prefer a PR with this change or a replacement with a local file ?
### Summary Vandal UI does not correctly resolve relationships when the related resource is already present in the top-level data array, instead of being included in the included section. This...