Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Simple queries(without name) causes an error #50

Closed
Kasen opened this issue Feb 22, 2018 · 0 comments
Closed

Simple queries(without name) causes an error #50

Kasen opened this issue Feb 22, 2018 · 0 comments
Labels
enhancement New feature or request prio1
Milestone

Comments

@Kasen
Copy link
Contributor

Kasen commented Feb 22, 2018

Query:

{ 
  services(uid: 123)
  {
    uid
    p1
    p2
  }
}

Error:

2018-02-22 14:56:04.333 [60448] main/453/main utils.lua:188 E> [request_id: front-01-00000] Error catched: attempt to index field 'name' (a nil value)
2018-02-22 14:56:04.333 [60448] main/453/main utils.lua:190 E> [request_id: front-01-00000] Error occured at '...ida/.rocks/share/tarantool/graphql/tarantool_graphql.lua:422'
2018-02-22 14:56:04.333 [60448] main/453/main utils.lua:192 E> [request_id: front-01-00000]
2018-02-22 14:56:04.333 [60448] main/453/main utils.lua:171 E> [request_id: front-01-00000] [Lua ] function 'assert_gql_query_ast' at <...ida/.rocks/share/tarantool/graphql/tarantool_graphql.lua:422>
2018-02-22 14:56:04.333 [60448] main/453/main utils.lua:171 E> [request_id: front-01-00000] [Lua ] function 'compile' at <...ida/.rocks/share/tarantool/graphql/tarantool_graphql.lua:459>
@Totktonada Totktonada added this to the 0.0.1 milestone Apr 17, 2018
@Totktonada Totktonada added enhancement New feature or request prio1 labels Apr 17, 2018
SudoBobo added a commit that referenced this issue Apr 20, 2018
features

Now it is possible to use commands like
require('graphql').execute(...) or .start_server() with no manual creating
of graphql instance; close #1; changes in gql_compile is related to #16 and #50.
SudoBobo added a commit that referenced this issue Apr 20, 2018
features

Now it is possible to use commands like
require('graphql').execute(...) or .start_server() with no manual creating
of graphql instance; close #1; changes in gql_compile is related to #16 and #50.
SudoBobo added a commit that referenced this issue Apr 20, 2018
features

Now it is possible to use commands like
require('graphql').execute(...) or .start_server() with no manual creating
of graphql instance; close #1; changes in gql_compile is related to #16 and #50.
SudoBobo added a commit that referenced this issue Apr 20, 2018
features

Now it is possible to use commands like
require('graphql').execute(...) or .start_server() with no manual creating
of graphql instance; close #1; changes in gql_compile is related to #16 and #50.
SudoBobo added a commit that referenced this issue Apr 20, 2018
features

Now it is possible to use commands like
require('graphql').execute(...) or .start_server() with no manual creating
of graphql instance; close #1; changes in gql_compile is related to #16 and #50.
Totktonada added a commit that referenced this issue Jun 1, 2018
Compile and execute an operation w/o name.

Fixes #50.
Totktonada added a commit that referenced this issue Jun 8, 2018
Compile and execute an operation w/o name.

Fixes #50.
Totktonada added a commit that referenced this issue Jun 8, 2018
Compile and execute an operation w/o name.

Fixes #50.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request prio1
Projects
None yet
Development

No branches or pull requests

2 participants