How do I use custom lambda connector with one of my database fields in V3 #10621
-
Hi, I created custom lambda connector in Python and added it to the graph. I can see if in the console and able to test and use it stand alone. I now need to use it with one of my DB fields, so I figured I need to create a relationship to a "surrogate" field. The same way as it's done in Orders deliveryDateFormatted, based on deliveryDate on Hasura's tutorial GraphQL page. I have been doing everything via CLI since I can't make changes in browser console. How do I go about adding this relationship in my case? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, @otcyury — sorry for the delay! Check out this newly-published docs section for the low-down on how to connect a model to your Python function 🎉 If you have other questions, throw them here. It's a bit tricky the first time, but very easy to pick up with the VS Code plugin to assist in authoring these relationships. |
Beta Was this translation helpful? Give feedback.
Hey, @otcyury — sorry for the delay!
Check out this newly-published docs section for the low-down on how to connect a model to your Python function 🎉
If you have other questions, throw them here. It's a bit tricky the first time, but very easy to pick up with the VS Code plugin to assist in authoring these relationships.