-
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.
Merge pull request #5167 from praneesha/update-graphql-bbe-seo
[Master] - Update the SEO descriptions of GraphQL BBEs
- Loading branch information
Showing
37 changed files
with
64 additions
and
64 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
examples/graphql-client-error-handling/graphql_client_error_handling.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: A GraphQL client written in Ballerina | ||
description: This example demonstrates handling the errors of a GraphQL client. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, error handling, graphql client errors |
2 changes: 1 addition & 1 deletion
2
...es/graphql-client-handle-partial-response/graphql_client_handle_partial_response.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: A GraphQL client written in Ballerina | ||
description: This example demonstrates handling partial data returned along with errors, by a GraphQL client. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, query, partial response |
2 changes: 1 addition & 1 deletion
2
examples/graphql-client-query-endpoint/graphql_client_query_endpoint.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: A GraphQL client written in Ballerina | ||
description: This example demonstrates connecting and interacting with a GraphQL server via the Ballerina GraphQL client. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, query, mutation |
4 changes: 2 additions & 2 deletions
4
examples/graphql-client-security-basic-auth/graphql_client_security_basic_auth.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: A GraphQL client written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, basic auth, security | ||
description: This example demonstrates securing a GraphQL client with basic authentication. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, security, basic auth, security |
4 changes: 2 additions & 2 deletions
4
examples/graphql-client-security-mutual-ssl/graphql_client_security_mutual_ssl.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: BBE on how to secure HTTP client with mutual SSL. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, mutual ssl, ssl protocols, ciphers | ||
description: This example demonstrates securing a GraphQL client with mutual SSL. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, security, mutual ssl, ssl protocols, ciphers |
4 changes: 2 additions & 2 deletions
4
...ty-oauth2-password-grant-type/graphql_client_security_oauth2_password_grant_type.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: BBE on how to secure HTTP client with OAuth2 password grant type in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, auth, oauth2, password grant type | ||
description: This example demonstrates securing a GraphQL client with the OAuth2 password grant type. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, security, auth, oauth2, password grant type |
4 changes: 2 additions & 2 deletions
4
...signed-jwt-authentication/graphql_client_security_self_signed_jwt_authentication.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: BBE on how to secure HTTP client with self-signed JWT Auth in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, auth, jwt auth | ||
description: This example demonstrates securing a GraphQL client with self-signed JWT Auth. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, security, auth, jwt auth |
4 changes: 2 additions & 2 deletions
4
examples/graphql-client-security-ssl-tls/graphql_client_security_ssl_tls.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: BBE on how to secure HTTP client with SSL. | ||
keywords: ballerina, ballerina by example, bbe, graphql, ssl, tls | ||
description: This example demonstrates securing a GraphQL client with SSL. | ||
keywords: ballerina, ballerina by example, bbe, graphql, client, security, ssl, tls |
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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql context | ||
description: This example demonstrates defining and using a GraphQL context object. | ||
keywords: ballerina, ballerina by example, bbe, graphql, context object |
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: BBE on how to engage dataloaders with GraphQL service | ||
description: This example demonstrates engaging data loaders with a GraphQL service. | ||
keywords: ballerina, ballerina by example, bbe, graphql, dataloader, batching, caching |
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: BBE on how to use graphql directives | ||
description: This example demonstrates using GraphQL directives in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, directives |
4 changes: 2 additions & 2 deletions
4
examples/graphql-documentation/graphql_documentation.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql documentation | ||
description: This example demonstrates adding documentation to a GraphQL service and its subsequent types. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, documentation |
4 changes: 2 additions & 2 deletions
4
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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql service | ||
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 |
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: A GraphQL service endpoint written in Ballerina | ||
description: This example demonstrates implementing a GraphQL service with the file uploading capability. | ||
keywords: ballerina, ballerina by example, bbe, graphql, file upload |
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: A GraphQL service endpoint written in Ballerina | ||
description: This example demonstrates enabling the built-in GraphiQL client for a GraphQL service. | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphiql |
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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql service | ||
description: This example demonstrates a GraphQL service endpoint written in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service endpoint |
4 changes: 2 additions & 2 deletions
4
examples/graphql-hierarchical-resource-paths/graphql_hierarchical_resource_paths.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql service | ||
description: This example demonstrates using hierarchical resource paths in GraphQL services. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, hierarchical resource paths |
2 changes: 1 addition & 1 deletion
2
examples/graphql-input-constraint-validation/graphql_input_constraint_validation.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: A GraphQL service endpoint written in Ballerina. | ||
description: This example demonstrates defining and enforcing constraints on the input arguments of a GraphQL service. | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql input constraint validation, graphql constraint validation |
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: A GraphQL service endpoint written in Ballerina | ||
description: This example demonstrates defining input objects in a GraphQL service using Ballerina records. | ||
keywords: ballerina, ballerina by example, bbe, graphql, input objects |
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: A GraphQL service endpoint written in Ballerina | ||
description: This example demonstrates defining input parameters for the fields of a GraphQL service. | ||
keywords: ballerina, ballerina by example, bbe, graphql, input types |
4 changes: 2 additions & 2 deletions
4
examples/graphql-interceptor-configurations/graphql_interceptor_configurations.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql service | ||
description: This example demonstrates configuring the behavior of a GraphQL interceptor. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, interceptor |
4 changes: 2 additions & 2 deletions
4
...ql-interfaces-implementing-interfaces/graphql_interfaces_implementing_interfaces.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql interfaces, interfaces implementing interfaces | ||
description: This example demonstrates defining GraphQL interface types that can implement other interfaces. | ||
keywords: ballerina, ballerina by example, bbe, graphql, interfaces, interfaces implementing interfaces |
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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql interfaces | ||
description: This example demonstrates defining GraphQL interface types. | ||
keywords: ballerina, ballerina by example, bbe, graphql, interfaces |
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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql mutation | ||
description: This example demonstrates defining a GraphQL mutation operation. | ||
keywords: ballerina, ballerina by example, bbe, graphql, mutation |
4 changes: 2 additions & 2 deletions
4
examples/graphql-returning-record-values/graphql_returning_record_values.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql service | ||
description: This example demonstrates returning record types from the resource or remote methods of a GraphQL service. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, record types |
4 changes: 2 additions & 2 deletions
4
examples/graphql-returning-service-objects/graphql_returning_service_objects.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql service | ||
description: This example demonstrates returning service objects from the resource or remote methods of a GraphQL service. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service objects |
4 changes: 2 additions & 2 deletions
4
...ql-service-basic-auth-file-user-store/graphql_service_basic_auth_file_user_store.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: BBE on how to secure GraphQL service with Basic Auth in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, auth, basic auth | ||
description: This example demonstrates securing a GraphQL service with basic authentication by validating via a file user store. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, security, auth, basic auth |
4 changes: 2 additions & 2 deletions
4
...ql-service-basic-auth-ldap-user-store/graphql_service_basic_auth_ldap_user_store.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: BBE on how to secure GraphQL service with Basic Auth in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, auth, basic auth | ||
description: This example demonstrates securing a GraphQL service with basic authentication by validating via an LDAP user store. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, security, auth, basic auth, ldap |
4 changes: 2 additions & 2 deletions
4
examples/graphql-service-error-handling/graphql_service_error_handling.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, error handling | ||
description: This example demonstrates handling errors in a Ballerina GraphQL service. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, error handling |
4 changes: 2 additions & 2 deletions
4
examples/graphql-service-field-object/graphql_service_field_object.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: A GraphQL service endpoint written in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql field | ||
description: This example demonstrates accessing information of a GraphQL field in a document. | ||
keywords: ballerina, ballerina by example, bbe, graphql, field |
4 changes: 2 additions & 2 deletions
4
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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql service | ||
description: This example demonstrates using interceptors on GraphQL services to execute custom logic. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, interceptors |
4 changes: 2 additions & 2 deletions
4
examples/graphql-service-jwt-auth/graphql_service_jwt_auth.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: BBE on how to secure GraphQL service with JWT Auth in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, auth, jwt auth | ||
description: This example demonstrates securing a GraphQL service with JWT Auth. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, security, auth, jwt auth |
4 changes: 2 additions & 2 deletions
4
examples/graphql-service-mutual-ssl/graphql_service_mutual_ssl.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: BBE on how to secure GraphQL listener with mutual SSL. | ||
keywords: ballerina, ballerina by example, bbe, graphql, mutual ssl, ssl protocols, ciphers | ||
description: This example demonstrates securing a GraphQL service with mutual SSL. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, security, mutual ssl, ssl protocols, ciphers |
4 changes: 2 additions & 2 deletions
4
examples/graphql-service-oauth2/graphql_service_oauth2.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: BBE on how to secure GraphQL service with OAuth2 in Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, graphql, auth, oauth2, introspection | ||
description: This example demonstrates securing a GraphQL service with OAuth2. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, security, auth, oauth2, introspection |
4 changes: 2 additions & 2 deletions
4
examples/graphql-service-ssl-tls/graphql_service_ssl_tls.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: BBE on how to secure GraphQL listener with SSL. | ||
keywords: ballerina, ballerina by example, bbe, graphql, ssl, tls | ||
description: This example demonstrates securing a GraphQL service with SSL. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, security, ssl, tls |
4 changes: 2 additions & 2 deletions
4
examples/graphql-service-union-types/graphql_service_union_types.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, graphql union type | ||
description: This example demonstrates defining union types in a Ballerina GraphQL service. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, union type |
4 changes: 2 additions & 2 deletions
4
examples/graphql-subscriptions/graphql_subscriptions.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: A GraphQL service endpoint written in Ballerina | ||
keywords: ballerina, ballerina by example, bbe, graphql, subscription | ||
description: This example demonstrates defining a GraphQL subscription operation. | ||
keywords: ballerina, ballerina by example, bbe, graphql, service, subscription |