I currently have basic text query mutations working just fine; however, I have a few fields that would be better suited to long-text, date, or dropdown datatypes.
I’ve read through the documentation on mutating a few different datatypes, but I have had no luck using either the GraphiQL interface or my own Python script. If I try to mutate non-text fields, they just come up blank.
Any examples of working syntax would be greatly appreciated.