Skip to content

Commit

Permalink
Merge pull request #1888 from ballerina-platform/dev-thisaru
Browse files Browse the repository at this point in the history
Remove Redundant Information from GraphQL BBEs
  • Loading branch information
ThisaruGuruge authored Jun 2, 2021
2 parents 1fa79f1 + 1cbd1d1 commit eab4ad0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions examples/graphql-hello-world/graphql_hello_world.server.out
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
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
4 changes: 0 additions & 4 deletions examples/graphql-input-types/graphql_input_types.server.out
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
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
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

0 comments on commit eab4ad0

Please sign in to comment.