trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

Creation mutations should return identidier #24

Closed aggelosgkiokas closed 4 years ago

aggelosgkiokas commented 4 years ago

The following functions:

trompace.mutations.application.mutation_create_application() trompace.mutations.entrypoint.mutation_create_entry_point() trompace.mutations.controlaction.mutation_create_controlaction()

shouldn't return the uuid of the created nodes?

alastair commented 4 years ago

Confusion between the methods used to create the mutation and the methods used to send the query to the CE (trompace.application.application)