-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
a/cloudc/actionsRelated to actionsRelated to actionsc/serverRelated to serverRelated to serverk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint
Description
Actions can be defined to have a nullable return type like so:
type Mutation {
authentication_refresh (
dummy: String
): AuthRefresh
}
Yet returning an empty object or empty body will throw an error.
Nullable return types should either explicitly be disallowed, or not throw errors
dminkovsky, dijam, Fghurayri, darrensapalo, ifdotpy and 16 more
Metadata
Metadata
Labels
a/cloudc/actionsRelated to actionsRelated to actionsc/serverRelated to serverRelated to serverk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint