You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/11/16 08:09:03 UTC

[skywalking-query-protocol] branch master updated: Fix the incorrect place of Long declaration

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b97c05  Fix the incorrect place of Long declaration
7b97c05 is described below

commit 7b97c05f58f44053e8908e11550c20e9445ce6fb
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Nov 16 16:08:55 2021 +0800

    Fix the incorrect place of Long declaration
---
 common.graphqls | 2 ++
 event.graphqls  | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common.graphqls b/common.graphqls
index 521a4ce..0d7ae09 100644
--- a/common.graphqls
+++ b/common.graphqls
@@ -14,6 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+scalar Long
+
 schema {
     query: Query
     mutation: Mutation
diff --git a/event.graphqls b/event.graphqls
index 5526d83..b8fd1d1 100644
--- a/event.graphqls
+++ b/event.graphqls
@@ -14,8 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-scalar Long
-
 type Event {
     uuid: String!
     source: Source!