You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have below graphql schema (it's subset of my schema file) and all the fields for PodFindAndDeployOnDemandInput input type aren't mandatory except for the countryCode
I have below graphql schema (it's subset of my schema file) and all the fields for
PodFindAndDeployOnDemandInput
input type aren't mandatory except for thecountryCode
The equivalent rust generated code for input type is:
Creating
PodFindAndDeployOnDemandInput
is verbose if the all fields default to None and the only required field iscountryCode
expecting a function to generate
PodFindAndDeployOnDemandInput
type by taking non null as argument i.e,countryCode
The text was updated successfully, but these errors were encountered: