-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
praneesha
committed
Jan 10, 2024
1 parent
12af8ba
commit 8725bdd
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
examples/graphql-field-interceptors/graphql_field_interceptors.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: This example demonstrates executing custom logic by adding interceptors via GraphQL resolver functions. | ||
description: This example demonstrates using interceptors on GraphQL remote and resource methods to execute custom logic. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, interceptors, resolver functions |
2 changes: 1 addition & 1 deletion
2
examples/graphql-service-interceptors/graphql_service_interceptors.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: This example demonstrates adding interceptors for GraphQL requests to execute custom logic. | ||
description: This example demonstrates using interceptors on GraphQL services to execute custom logic. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, interceptors |