diff --git a/examples/graphql-client-error-handling/graphql_client_error_handling.metatags b/examples/graphql-client-error-handling/graphql_client_error_handling.metatags index cb3cb623d4..010608b2f8 100644 --- a/examples/graphql-client-error-handling/graphql_client_error_handling.metatags +++ b/examples/graphql-client-error-handling/graphql_client_error_handling.metatags @@ -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 diff --git a/examples/graphql-client-handle-partial-response/graphql_client_handle_partial_response.metatags b/examples/graphql-client-handle-partial-response/graphql_client_handle_partial_response.metatags index a4d2f34b05..17c8cdbd64 100644 --- a/examples/graphql-client-handle-partial-response/graphql_client_handle_partial_response.metatags +++ b/examples/graphql-client-handle-partial-response/graphql_client_handle_partial_response.metatags @@ -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 diff --git a/examples/graphql-client-query-endpoint/graphql_client_query_endpoint.metatags b/examples/graphql-client-query-endpoint/graphql_client_query_endpoint.metatags index 799032c4f9..0dd459c303 100644 --- a/examples/graphql-client-query-endpoint/graphql_client_query_endpoint.metatags +++ b/examples/graphql-client-query-endpoint/graphql_client_query_endpoint.metatags @@ -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 diff --git a/examples/graphql-client-security-basic-auth/graphql_client_security_basic_auth.metatags b/examples/graphql-client-security-basic-auth/graphql_client_security_basic_auth.metatags index ef78f48f2b..5058179b60 100644 --- a/examples/graphql-client-security-basic-auth/graphql_client_security_basic_auth.metatags +++ b/examples/graphql-client-security-basic-auth/graphql_client_security_basic_auth.metatags @@ -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 diff --git a/examples/graphql-client-security-mutual-ssl/graphql_client_security_mutual_ssl.metatags b/examples/graphql-client-security-mutual-ssl/graphql_client_security_mutual_ssl.metatags index 1a87570c1b..23707054ef 100644 --- a/examples/graphql-client-security-mutual-ssl/graphql_client_security_mutual_ssl.metatags +++ b/examples/graphql-client-security-mutual-ssl/graphql_client_security_mutual_ssl.metatags @@ -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 diff --git a/examples/graphql-client-security-oauth2-password-grant-type/graphql_client_security_oauth2_password_grant_type.metatags b/examples/graphql-client-security-oauth2-password-grant-type/graphql_client_security_oauth2_password_grant_type.metatags index b1dea808ee..51bc764f78 100644 --- a/examples/graphql-client-security-oauth2-password-grant-type/graphql_client_security_oauth2_password_grant_type.metatags +++ b/examples/graphql-client-security-oauth2-password-grant-type/graphql_client_security_oauth2_password_grant_type.metatags @@ -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 diff --git a/examples/graphql-client-security-self-signed-jwt-authentication/graphql_client_security_self_signed_jwt_authentication.metatags b/examples/graphql-client-security-self-signed-jwt-authentication/graphql_client_security_self_signed_jwt_authentication.metatags index 30f6973f89..fda187e732 100644 --- a/examples/graphql-client-security-self-signed-jwt-authentication/graphql_client_security_self_signed_jwt_authentication.metatags +++ b/examples/graphql-client-security-self-signed-jwt-authentication/graphql_client_security_self_signed_jwt_authentication.metatags @@ -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 diff --git a/examples/graphql-client-security-ssl-tls/graphql_client_security_ssl_tls.metatags b/examples/graphql-client-security-ssl-tls/graphql_client_security_ssl_tls.metatags index bfb297d407..752cf14f23 100644 --- a/examples/graphql-client-security-ssl-tls/graphql_client_security_ssl_tls.metatags +++ b/examples/graphql-client-security-ssl-tls/graphql_client_security_ssl_tls.metatags @@ -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 diff --git a/examples/graphql-context/graphql_context.metatags b/examples/graphql-context/graphql_context.metatags index 112c6b5cce..6d45da496f 100644 --- a/examples/graphql-context/graphql_context.metatags +++ b/examples/graphql-context/graphql_context.metatags @@ -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 diff --git a/examples/graphql-dataloader/graphql_dataloader.metatags b/examples/graphql-dataloader/graphql_dataloader.metatags index 3d5de1577b..b34c024476 100644 --- a/examples/graphql-dataloader/graphql_dataloader.metatags +++ b/examples/graphql-dataloader/graphql_dataloader.metatags @@ -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 diff --git a/examples/graphql-directives/graphql_directives.metatags b/examples/graphql-directives/graphql_directives.metatags index f490671f9b..5bca7c692f 100644 --- a/examples/graphql-directives/graphql_directives.metatags +++ b/examples/graphql-directives/graphql_directives.metatags @@ -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 diff --git a/examples/graphql-documentation/graphql_documentation.metatags b/examples/graphql-documentation/graphql_documentation.metatags index e2cf5b0e4e..10f5835a1f 100644 --- a/examples/graphql-documentation/graphql_documentation.metatags +++ b/examples/graphql-documentation/graphql_documentation.metatags @@ -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 diff --git a/examples/graphql-field-interceptors/graphql_field_interceptors.metatags b/examples/graphql-field-interceptors/graphql_field_interceptors.metatags index 65df35300d..9404b3afa9 100644 --- a/examples/graphql-field-interceptors/graphql_field_interceptors.metatags +++ b/examples/graphql-field-interceptors/graphql_field_interceptors.metatags @@ -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 diff --git a/examples/graphql-file-upload/graphql_file_upload.metatags b/examples/graphql-file-upload/graphql_file_upload.metatags index c870c842d3..8673d3e9b8 100644 --- a/examples/graphql-file-upload/graphql_file_upload.metatags +++ b/examples/graphql-file-upload/graphql_file_upload.metatags @@ -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 diff --git a/examples/graphql-graphiql/graphql_graphiql.metatags b/examples/graphql-graphiql/graphql_graphiql.metatags index 73fce9dbc2..05f41b5869 100644 --- a/examples/graphql-graphiql/graphql_graphiql.metatags +++ b/examples/graphql-graphiql/graphql_graphiql.metatags @@ -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 diff --git a/examples/graphql-hello-world/graphql_hello_world.metatags b/examples/graphql-hello-world/graphql_hello_world.metatags index 65df35300d..18d213c093 100644 --- a/examples/graphql-hello-world/graphql_hello_world.metatags +++ b/examples/graphql-hello-world/graphql_hello_world.metatags @@ -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 diff --git a/examples/graphql-hierarchical-resource-paths/graphql_hierarchical_resource_paths.metatags b/examples/graphql-hierarchical-resource-paths/graphql_hierarchical_resource_paths.metatags index 65df35300d..3891adc911 100644 --- a/examples/graphql-hierarchical-resource-paths/graphql_hierarchical_resource_paths.metatags +++ b/examples/graphql-hierarchical-resource-paths/graphql_hierarchical_resource_paths.metatags @@ -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 diff --git a/examples/graphql-input-constraint-validation/graphql_input_constraint_validation.metatags b/examples/graphql-input-constraint-validation/graphql_input_constraint_validation.metatags index 91702e62da..5216e232f3 100644 --- a/examples/graphql-input-constraint-validation/graphql_input_constraint_validation.metatags +++ b/examples/graphql-input-constraint-validation/graphql_input_constraint_validation.metatags @@ -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 diff --git a/examples/graphql-input-objects/graphql_input_objects.metatags b/examples/graphql-input-objects/graphql_input_objects.metatags index a6b662d131..baa24ff0e1 100644 --- a/examples/graphql-input-objects/graphql_input_objects.metatags +++ b/examples/graphql-input-objects/graphql_input_objects.metatags @@ -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 diff --git a/examples/graphql-input-types/graphql_input_types.metatags b/examples/graphql-input-types/graphql_input_types.metatags index 7964763a6f..555bd3657a 100644 --- a/examples/graphql-input-types/graphql_input_types.metatags +++ b/examples/graphql-input-types/graphql_input_types.metatags @@ -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 diff --git a/examples/graphql-interceptor-configurations/graphql_interceptor_configurations.metatags b/examples/graphql-interceptor-configurations/graphql_interceptor_configurations.metatags index 65df35300d..da277e2970 100644 --- a/examples/graphql-interceptor-configurations/graphql_interceptor_configurations.metatags +++ b/examples/graphql-interceptor-configurations/graphql_interceptor_configurations.metatags @@ -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 diff --git a/examples/graphql-interfaces-implementing-interfaces/graphql_interfaces_implementing_interfaces.metatags b/examples/graphql-interfaces-implementing-interfaces/graphql_interfaces_implementing_interfaces.metatags index 9e46d655a0..f06694ea53 100644 --- a/examples/graphql-interfaces-implementing-interfaces/graphql_interfaces_implementing_interfaces.metatags +++ b/examples/graphql-interfaces-implementing-interfaces/graphql_interfaces_implementing_interfaces.metatags @@ -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 diff --git a/examples/graphql-interfaces/graphql_interfaces.metatags b/examples/graphql-interfaces/graphql_interfaces.metatags index a3ca4433c7..675be439ff 100644 --- a/examples/graphql-interfaces/graphql_interfaces.metatags +++ b/examples/graphql-interfaces/graphql_interfaces.metatags @@ -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 diff --git a/examples/graphql-mutations/graphql_mutations.metatags b/examples/graphql-mutations/graphql_mutations.metatags index dc5cddfc20..93af4090ef 100644 --- a/examples/graphql-mutations/graphql_mutations.metatags +++ b/examples/graphql-mutations/graphql_mutations.metatags @@ -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 diff --git a/examples/graphql-returning-record-values/graphql_returning_record_values.metatags b/examples/graphql-returning-record-values/graphql_returning_record_values.metatags index 65df35300d..51ef7b437d 100644 --- a/examples/graphql-returning-record-values/graphql_returning_record_values.metatags +++ b/examples/graphql-returning-record-values/graphql_returning_record_values.metatags @@ -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 diff --git a/examples/graphql-returning-service-objects/graphql_returning_service_objects.metatags b/examples/graphql-returning-service-objects/graphql_returning_service_objects.metatags index 65df35300d..2801696085 100644 --- a/examples/graphql-returning-service-objects/graphql_returning_service_objects.metatags +++ b/examples/graphql-returning-service-objects/graphql_returning_service_objects.metatags @@ -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 diff --git a/examples/graphql-service-basic-auth-file-user-store/graphql_service_basic_auth_file_user_store.metatags b/examples/graphql-service-basic-auth-file-user-store/graphql_service_basic_auth_file_user_store.metatags index e6abde3ffa..d075a0e0cd 100644 --- a/examples/graphql-service-basic-auth-file-user-store/graphql_service_basic_auth_file_user_store.metatags +++ b/examples/graphql-service-basic-auth-file-user-store/graphql_service_basic_auth_file_user_store.metatags @@ -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 diff --git a/examples/graphql-service-basic-auth-ldap-user-store/graphql_service_basic_auth_ldap_user_store.metatags b/examples/graphql-service-basic-auth-ldap-user-store/graphql_service_basic_auth_ldap_user_store.metatags index e6abde3ffa..f8168c157b 100644 --- a/examples/graphql-service-basic-auth-ldap-user-store/graphql_service_basic_auth_ldap_user_store.metatags +++ b/examples/graphql-service-basic-auth-ldap-user-store/graphql_service_basic_auth_ldap_user_store.metatags @@ -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 diff --git a/examples/graphql-service-error-handling/graphql_service_error_handling.metatags b/examples/graphql-service-error-handling/graphql_service_error_handling.metatags index f23eeed9f0..2deee6810d 100644 --- a/examples/graphql-service-error-handling/graphql_service_error_handling.metatags +++ b/examples/graphql-service-error-handling/graphql_service_error_handling.metatags @@ -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 diff --git a/examples/graphql-service-field-object/graphql_service_field_object.metatags b/examples/graphql-service-field-object/graphql_service_field_object.metatags index 84e1f0de60..2ec31b7706 100644 --- a/examples/graphql-service-field-object/graphql_service_field_object.metatags +++ b/examples/graphql-service-field-object/graphql_service_field_object.metatags @@ -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 diff --git a/examples/graphql-service-interceptors/graphql_service_interceptors.metatags b/examples/graphql-service-interceptors/graphql_service_interceptors.metatags index 65df35300d..1b97ce0846 100644 --- a/examples/graphql-service-interceptors/graphql_service_interceptors.metatags +++ b/examples/graphql-service-interceptors/graphql_service_interceptors.metatags @@ -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 diff --git a/examples/graphql-service-jwt-auth/graphql_service_jwt_auth.metatags b/examples/graphql-service-jwt-auth/graphql_service_jwt_auth.metatags index 8e122c5683..7bcede43a0 100644 --- a/examples/graphql-service-jwt-auth/graphql_service_jwt_auth.metatags +++ b/examples/graphql-service-jwt-auth/graphql_service_jwt_auth.metatags @@ -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 diff --git a/examples/graphql-service-mutual-ssl/graphql_service_mutual_ssl.metatags b/examples/graphql-service-mutual-ssl/graphql_service_mutual_ssl.metatags index 525cb50653..8c0b7a02f1 100644 --- a/examples/graphql-service-mutual-ssl/graphql_service_mutual_ssl.metatags +++ b/examples/graphql-service-mutual-ssl/graphql_service_mutual_ssl.metatags @@ -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 diff --git a/examples/graphql-service-oauth2/graphql_service_oauth2.metatags b/examples/graphql-service-oauth2/graphql_service_oauth2.metatags index 8b6604f2d0..01d1dfbdd7 100644 --- a/examples/graphql-service-oauth2/graphql_service_oauth2.metatags +++ b/examples/graphql-service-oauth2/graphql_service_oauth2.metatags @@ -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 diff --git a/examples/graphql-service-ssl-tls/graphql_service_ssl_tls.metatags b/examples/graphql-service-ssl-tls/graphql_service_ssl_tls.metatags index cf2c888a9e..afdec42552 100644 --- a/examples/graphql-service-ssl-tls/graphql_service_ssl_tls.metatags +++ b/examples/graphql-service-ssl-tls/graphql_service_ssl_tls.metatags @@ -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 diff --git a/examples/graphql-service-union-types/graphql_service_union_types.metatags b/examples/graphql-service-union-types/graphql_service_union_types.metatags index c0e83c5f3b..10a2ae3568 100644 --- a/examples/graphql-service-union-types/graphql_service_union_types.metatags +++ b/examples/graphql-service-union-types/graphql_service_union_types.metatags @@ -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 diff --git a/examples/graphql-subscriptions/graphql_subscriptions.metatags b/examples/graphql-subscriptions/graphql_subscriptions.metatags index e14116c6db..4f1108225d 100644 --- a/examples/graphql-subscriptions/graphql_subscriptions.metatags +++ b/examples/graphql-subscriptions/graphql_subscriptions.metatags @@ -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