smooJitter

Results 24 issues of smooJitter

How does this play with mongoose. For example, consider we have a schema like this `const UserSchema = new mongoose.Schema({ username: { type: String, required: true }, mobileNumber: { type:...

Hello, I'm curious to know do I need to install all three of these packages or are they linked to each other?

Hello, I am running in to this error. /Users/dwaynecole/jitterServerApollo3/.meteor/local/build/programs/server/packages/modules.js:10000 const { addModules, createServer } = require('./dist/schema'); ^ SyntaxError: Unexpected token { at Object.exports.runInThisContext (vm.js:53:16) at /Users/dwaynecole/jitterServerApollo3/.meteor/local/build/programs/server/boot.js:287:30 at Array.forEach (native) at...

Where's the documentation on custom views?

I'm getting an unexpected token here. Any idea? I'm using the latest version of node (10). My import statement looks like this.... import composeWithMongoose, { convertSchemaToGraphQL } from 'graphql-compose- mongoose/node8';...

Suppose I have subsets on a document like so, friends : [ {userId: string, meta: {}},... ] Where meta contains discriminator for the type of friend How whould I create...

I am trying out the examples. With the exception of one, the screen flickers each time the focus changes. Is this a known bug or could it have something to...

Does this work with react-native?

I’m using react-native-vector icon. Is there a way to acces the icon source instead of calling icon components?

waiting

The graphQL server seems unresponsive.