Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • the mutation will have a uuid field that will be used when there is only one entity

  • the mutation will have a uuids field that will be used when there is a list of entities

  • the mutation will have a query field that will be used when the entity need to be fetched with a query (Ideally same json payload as the graphQL querry )

uuid should have the priority on uuids that should have the priority on query

...