-
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 #1888 from ballerina-platform/dev-thisaru
Remove Redundant Information from GraphQL BBEs
- Loading branch information
Showing
5 changed files
with
0 additions
and
20 deletions.
There are no files selected for viewing
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,6 +1,2 @@ | ||
# To start the service, navigate to the directory that contains the | ||
# `.bal` file, and issue the `bal run` command below. | ||
# Since Ballerina GraphQL runs on a Ballerina HTTP listener, an `http:Listener` | ||
# log will be printed. | ||
bal run graphql_hello_world.bal | ||
[ballerina/http] started HTTP/WS listener 0.0.0.0:4000 |
4 changes: 0 additions & 4 deletions
4
examples/graphql-hierarchical-resource-paths/graphql_hierarchical_resource_paths.server.out
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,6 +1,2 @@ | ||
# To start the service, navigate to the directory that contains the | ||
# `.bal` file, and issue the `bal run` command below. | ||
# Since Ballerina GraphQL runs on a Ballerina HTTP listener, an `http:Listener` | ||
# log will be printed. | ||
bal run graphql_hierarchical_resource_paths.bal | ||
[ballerina/http] started HTTP/WS listener 0.0.0.0:4000 |
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,6 +1,2 @@ | ||
# To start the service, navigate to the directory that contains the | ||
# `.bal` file, and issue the `bal run` command below. | ||
# Since Ballerina GraphQL runs on a Ballerina HTTP listener, an `http:Listener` | ||
# log will be printed. | ||
bal run graphql_input_types.bal | ||
[ballerina/http] started HTTP/WS listener 0.0.0.0:4000 |
4 changes: 0 additions & 4 deletions
4
examples/graphql-returning-record-values/graphql_returning_record_values.server.out
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,6 +1,2 @@ | ||
# To start the service, navigate to the directory that contains the | ||
# `.bal` file, and issue the `bal run` command below. | ||
# Since Ballerina GraphQL runs on a Ballerina HTTP listener, an `http:Listener` | ||
# log will be printed. | ||
bal run graphql_returning_record_values.bal | ||
[ballerina/http] started HTTP/WS listener 0.0.0.0:4000 |
4 changes: 0 additions & 4 deletions
4
examples/graphql-returning-service-objects/graphql_returning_service_objects.server.out
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,6 +1,2 @@ | ||
# To start the service, navigate to the directory that contains the | ||
# `.bal` file, and issue the `bal run` command below. | ||
# Since Ballerina GraphQL runs on a Ballerina HTTP listener, an `http:Listener` | ||
# log will be printed. | ||
bal run graphql_returning_service_objects.bal | ||
[ballerina/http] started HTTP/WS listener 0.0.0.0:4000 |