frankcollins3 / PHPokedex

react concepts
0 stars 0 forks source link

👍 mutation of data. 👎 graphQL returning NULL when it actually does save name [9:41pm] #21

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

Screen Shot 2023-05-08 at 9 40 54 AM

Screen Shot 2023-05-08 at 9 41 15 AM

immediately after the Mutation, the name is returned to be NULL { name NULL }

Query graphQL API shows the name added to the API

frankcollins3 commented 1 year ago

Screen Shot 2023-05-08 at 10 19 44 AM

Screen Shot 2023-05-08 at 10 19 47 AM

before, the code was returning the array of data, not the single item to be created.

[10:21am]