Arian Valdez

Results 39 issues of Arian Valdez

It would be great if we can provide options for input/output formats (interleave/deinterleaved). This can be done in userland (interleaving/deinterleaving before hand). But by integrating it nothing new has to...

Weirdly enough, my asset is missing on heroku. I followed the usage instructions, and it does work on localhost, but doesn't work on heroku. I'm using puma on production, if...

It would be awesome to have a mobile/responsive subgenerator (with device-orientation, etc.)

Right now, subdocument arrays are created as GraphQLLists (Psuedocode): ``` ParentSchema = { items: SubSchema } ``` And ParentSchema.items would be of type GraphQLList. This makes it unfilterable/unpaginable. Support for...

Fixes #117 Use Relay Connections for arrays of Sub-Documents. This is a breaking change as it casts **every** array of subdocuments into relay style connections/edges. I figured this is okay...

Following the Mongoose Schema provides us with an incredibly easy and smooth way to generate a GraphQL Schema. However, there are some instances where we may want to use a...

The current customMutations and customQueries are powerful, but the types aren't exposed so it is impossible to use the generated graphQLTypes on customQueries/Mutations. example: ``` javascript const customMutations = {...

From the docs, resolve hooks can be added per field in the schema. For mutations, we define it through a top level hook object we pass to getSchema. Is there...

> Edit from @jdotrjs > From [a comment](https://github.com/jdotrjs/phaser3-nineslice/issues/16#issuecomment-678687011) it looks like this is a phaser bug but there seems to be a work around included in the link. Hello! I...

bug