Template Deploy API
Im having some issue with templateDeploy API, i cant seem to understand which attributes to specify to create one via gql, it works on the dashbaord but i just get "Problem processing request" via gql, im trying to setup a redis service
Solution:Jump to solution
have a look at the playground, it does introspection on the api and will show you all the attributes needed for the mutation you're doing
https://railway.app/graphiql...
6 Replies
Project ID:
fea0c31e-408f-41e7-84ec-a2f054147c62
fea0c31e-408f-41e7-84ec-a2f054147c62
Solution
have a look at the playground, it does introspection on the api and will show you all the attributes needed for the mutation you're doing
https://railway.app/graphiql
and a little tip would just be to copy the payload that the dashboard makes when deploying a template and use that for yourself
Okay let me try that out! Thanks
That worked thanks @Brody
no problem 🙂