P Money
03/30/2021, 11:26 AMJenny
03/30/2021, 11:38 AMP Money
03/30/2021, 1:30 PMMariia Kerimova
03/30/2021, 2:20 PMP Money
04/06/2021, 3:25 PMx = DateTimeParameter("x_name", required=False)
I don't want to set the parameter in my schedule - it should just be the default valueMariia Kerimova
04/09/2021, 1:32 PMP Money
04/12/2021, 9:28 AMMariia Kerimova
04/12/2021, 4:57 PMname = Parameter("name", default="TEST", required=False)
it works perfectly, but when if you omit the default parameter, it sets all defaults to null, which is going to give you a Graphql error.P Money
04/13/2021, 8:50 AMNatalie Smith
04/16/2021, 1:40 AMP Money
04/19/2021, 6:33 AM