Skip to content

Commit

Permalink
Update GraphQL spec links in BBEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Jul 7, 2023
1 parent b3e7c38 commit eea0d62
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the client program by executing the following command.

## Related links
- [`graphql:ClientError` error - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ClientError)
- [GraphQL client error handling - Specification](/spec/graphql/#255-client-error-handling)
- [GraphQL client error handling - Specification](/spec/graphql/#63-client-error-handling)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the client program by executing the following command.
## Related links
- [`graphql:CredentialsConfig` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#CredentialsConfig)
- [`auth` module - API documentation](https://lib.ballerina.io/ballerina/auth/latest/)
- [GraphQL client basic authentication - Specification](/spec/graphql/#1221-basic-authentication)
- [GraphQL client basic authentication - Specification](/spec/graphql/#821-basic-authentication)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the client program by executing the following command.

## Related links
- [`graphql:ClientSecureSocket` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ClientSecureSocket)
- [GraphQL client mutual SSL - Specification](/spec/graphql/#12322-mutual-ssl)
- [GraphQL client mutual SSL - Specification](/spec/graphql/#8322-mutual-ssl)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the client program by executing the command below.
## Related links
- [`graphql:OAuth2PasswordGrantConfig` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#OAuth2PasswordGrantConfig)
- [`oauth2` module - API documentation](https://lib.ballerina.io/ballerina/oauth2/latest/)
- [GraphQL client OAuth2 password grant type - Specification](/spec/graphql/#12242-password-grant-type)
- [GraphQL client OAuth2 password grant type - Specification](/spec/graphql/#8242-password-grant-type)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the client program by executing the command below.
## Related links
- [`graphql:JwtIssuerConfig` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#JwtIssuerConfig)
- [`jwt` module - API documentation](https://lib.ballerina.io/ballerina/jwt/latest/)
- [GraphQL client self signed JWT authentication - Specification](/spec/graphql/#1223-self-signed-jwt-authentication)
- [GraphQL client self signed JWT authentication - Specification](/spec/graphql/#823-self-signed-jwt-authentication)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the client program by executing the following command.

## Related links
- [`graphql:ClientSecureSocket` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ClientSecureSocket)
- [GraphQL client SSL/TLS - Specification](/spec/graphql/#12321-ssltls)
- [GraphQL client SSL/TLS - Specification](/spec/graphql/#8311-ssltls)
2 changes: 1 addition & 1 deletion examples/graphql-context/graphql_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Now, send the same document with the `scope` header value set to `unknown`. This
## Related links
- [`graphql:Context` object - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Context)
- [GraphQL context - Specification](/spec/graphql/#8-context-object)
- [GraphQL context - Specification](/spec/graphql/#101-context-object)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ To send the document, execute the following cURL command in a separate terminal.
## Related links
- [`graphql:Interceptor` object - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Interceptor)
- [GraphQL interceptors - Specification](/spec/graphql/#11-interceptors)
- [GraphQL field interceptors - Specification](/spec/graphql/#10332-field-interceptors)
2 changes: 1 addition & 1 deletion examples/graphql-file-upload/graphql_file_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ This will create a directory `uploads` where the service is running, and then sa
## Related links
- [`graphql:Upload` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Upload)
- [GraphQL multipart request specification](https://github.com/jaydenseric/graphql-multipart-request-spec)
- [GraphQL file upload - Specification](/spec/graphql/#6-file-upload)
- [GraphQL file upload - Specification](/spec/graphql/#104-file-upload)
4 changes: 2 additions & 2 deletions examples/graphql-graphiql/graphql_graphiql.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ To access the GraphiQL client, open a browser and access `http://localhost:9090/
## Related links
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:GraphiQL` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Graphiql)
- [GraphQL GraphiQL client - Configuration](/spec/graphql/#1015-graphiql-configurations)
- [GraphQL GraphiQL client - Specification](/spec/graphql/#141-graphiql-client)
- [GraphQL GraphiQL client - Specification](/spec/graphql/#91-graphiql-client)
- [GraphQL GraphiQL client configuration - Specification](/spec/graphql/#715-graphiql-configurations)
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ To send the document, execute the following cURL command in a separate terminal.
## Related links
- [Constraint annotation - API documentation](https://lib.ballerina.io/ballerina/constraint/latest#Annotations)
- [GraphQL constraint config - API documentation](https://ballerina.io/spec/graphql/#1018-constraint-configurations)
- [GraphQL constraint config - Specification](/spec/graphql/#1018-constraint-configurations)
- [`constraint` module - API documentation](https://lib.ballerina.io/ballerina/constraint/latest)
- [`graphql` module - API documentation](https://lib.ballerina.io/ballerina/graphql/latest)
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ To send the document, execute the following cURL command in a separate terminal.
## Related links
- [`graphql:InterceptorConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#InterceptorConfig)
- [GraphQL interceptors - Specification](/spec/graphql/#11-interceptors)
- [GraphQL interceptor configuration - Specification](/spec/graphql/#73-interceptor-configuration)
- [GraphQL interceptors - Specification](/spec/graphql/#103-interceptors)
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Run the service by executing the command below.
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:FileUserStoreConfigWithScopes` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#FileUserStoreConfigWithScopes)
- [`auth` module - API documentation](https://lib.ballerina.io/ballerina/auth/latest/)
- [GraphQL service basic authentication - file user store - Specification](/spec/graphql/#12111-basic-authentication---file-user-store)
- [GraphQL service basic authentication - file user store - Specification](/spec/graphql/#8111-basic-authentication---file-user-store)
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Run the service by executing the command below.
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:LdapUserStoreConfigWithScopes` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#LdapUserStoreConfigWithScopes)
- [`auth` module - API documentation](https://lib.ballerina.io/ballerina/auth/latest/)
- [GraphQL service basic authentication - LDAP user store - Specification](/spec/graphql/#12112-basic-authentication---ldap-user-store)
- [GraphQL service basic authentication - LDAP user store - Specification](/spec/graphql/#8112-basic-authentication---ldap-user-store)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Check the response to see how the `data` field is set to null due to propagating
## Related links
- [`graphql` module - API documentation](https://lib.ballerina.io/ballerina/graphql/latest)
- [GraphQL error handling - Specification](/spec/graphql/#72-service-error-handling)
- [GraphQL error handling - Specification](/spec/graphql/#62-service-error-handling)
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ This will print a log message in the server terminal similar to the following lo
## Related links

- [`graphql:Field` object - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Field)
- [GraphQL field - Specification](/spec/graphql/#9-field-object)
- [GraphQL field - Specification](/spec/graphql/#102-field-object)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ To send the document, execute the following cURL command in a separate terminal.
## Related links
- [`graphql:Interceptor` object - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Interceptor)
- [GraphQL interceptors - Specification](/spec/graphql/#11-interceptors)
- [GraphQL service interceptors - Specification](/spec/graphql/#10331-service-interceptors)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the service by executing the command below.
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:JwtValidatorConfigWithScopes` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#JwtValidatorConfigWithScopes)
- [`jwt` module - API documentation](https://lib.ballerina.io/ballerina/jwt/latest/)
- [GraphQL service JWT authentication - Specification](/spec/graphql/#12113-jwt-authentication)
- [GraphQL service JWT authentication - Specification](/spec/graphql/#8113-jwt-authentication)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the service by executing the command below.
## Related links
- [`graphql:ListenerConfiguration` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ListenerConfiguration)
- [`graphql:ListenerSecureSocket` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ListenerSecureSocket)
- [GraphQL service mutual SSL - Specification](/spec/graphql/#12312-mutual-ssl)
- [GraphQL service mutual SSL - Specification](/spec/graphql/#8312-mutual-ssl)
2 changes: 1 addition & 1 deletion examples/graphql-service-oauth2/graphql_service_oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Run the service by executing the command below.
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:OAuth2IntrospectionConfigWithScopes` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#OAuth2IntrospectionConfigWithScopes)
- [`oauth2` module - API documentation](https://lib.ballerina.io/ballerina/oauth2/latest/)
- [GraphQL service OAuth2 - Specification](/spec/graphql/#12114-oauth2)
- [GraphQL service OAuth2 - Specification](/spec/graphql/#8114-oauth2)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the service by executing the command below.
## Related links
- [`graphql:ListenerConfiguration` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ListenerConfiguration)
- [`graphql:ListenerSecureSocket` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ListenerSecureSocket)
- [GraphQL service SSL/TLS - Specification](/spec/graphql/#12311-ssltls)
- [GraphQL service SSL/TLS - Specification](/spec/graphql/#8311-ssltls)

0 comments on commit eea0d62

Please sign in to comment.