Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graphql/schema/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ func lambdaOnMutateValidation(sch *ast.Schema, typ *ast.Definition) gqlerror.Lis
if x.LambdaUrl(x.GalaxyNamespace) == "" {
errs = append(errs, gqlerror.ErrorPosf(dir.Position,
"Type %s: has the @lambdaOnMutate directive, but the "+
"`--graphql_lambda_url` flag wasn't specified during alpha startup.", typ.Name))
"`--graphql lambda-url` flag wasn't specified during alpha startup.", typ.Name))
}

if typ.Directives.ForName(remoteDirective) != nil {
Expand Down