realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Latest ROS Error #382

Closed howdyhyber closed 6 years ago

howdyhyber commented 6 years ago

While using the latest ROS, it shows this kind of log.

Name "__Class" must not begin with "__", which is reserved by GraphQL introspection. In a future release of graphql this will become a hard error. 0|npm | at assertValidName (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/assertValidName.js:37:19) 0|npm | at new GraphQLObjectType (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/type/definition.js:297:42) 0|npm | at makeTypeDef (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:295:12) 0|npm | at makeSchemaDef (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:277:16) 0|npm | at typeDefNamed (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:269:32) 0|npm | at /home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:187:12 0|npm | at Array.map () 0|npm | at Object.buildASTSchema (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:186:24) 0|npm | at buildSchemaFromTypeDefinitions (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql-tools/dist/schemaGenerator.js:182:28) 0|npm | at _generateSchema (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql-tools/dist/schemaGenerator.js:97:18) 0|npm | Name "Class" must not begin with "", which is reserved by GraphQL introspection. In a future release of graphql this will become a hard error. 0|npm | at assertValidName (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/assertValidName.js:37:19) 0|npm | at new GraphQLObjectType (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/type/definition.js:297:42) 0|npm | at makeTypeDef (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:295:12) 0|npm | at makeSchemaDef (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:277:16) 0|npm | at typeDefNamed (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:269:32) 0|npm | at /home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:187:12 0|npm | at Array.map () 0|npm | at Object.buildASTSchema (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:186:24) 0|npm | at buildSchemaFromTypeDefinitions (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql-tools/dist/schemaGenerator.js:182:28) 0|npm | at _generateSchema (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql-tools/dist/schemaGenerator.js:97:18) 0|npm | Name "Class" must not begin with "", which is reserved by GraphQL introspection. In a future release of graphql this will become a hard error. 0|npm | at assertValidName (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/assertValidName.js:37:19) 0|npm | at new GraphQLObjectType (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/type/definition.js:297:42) 0|npm | at makeTypeDef (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:295:12) 0|npm | at makeSchemaDef (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:277:16) 0|npm | at typeDefNamed (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:269:32) 0|npm | at /home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:187:12 0|npm | at Array.map () 0|npm | at Object.buildASTSchema (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql/utilities/buildASTSchema.js:186:24) 0|npm | at buildSchemaFromTypeDefinitions (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql-tools/dist/schemaGenerator.js:182:28) 0|npm | at _generateSchema (/home/ubuntu/xeleqt-realm-object-server/node_modules/graphql-tools/dist/schemaGenerator.js:97:18)

howdyhyber commented 6 years ago

Please disregard :D

nirinchev commented 6 years ago

Replied in https://github.com/realm/realm-graphql-service/issues/51.