Christoffer Niska

Results 11 issues of Christoffer Niska

The reason I'm asking is that I'm currently heading an open source project under our organization where we are building a PHP7 implementation of the GraphQL spec, as the existing...

I encountered the following issue when linking the module for Android in my current project: ``` react-native link react-native-spinkit RNSpinkit checking app version .. RNSpinkit patching MainApplication.java .. /node_modules/react-native-spinkit/scripts/rnpm-prelink.js:71 throw...

Hello Maintainers, We have been working on a new PHP implementation of the GraphQL specification and we are closing in on a version 1.0 release. I just wanted to stop...

We need to add a validation step for schema extension. The spec implementation can be found here: https://github.com/facebook/graphql/pull/454

schema
specification

In order to update this project to conform with the [latest specification](https://facebook.github.io/graphql/June2018/#sec-String) we need to do the following (in no particular order): - [x] Change the order of data and...

specification

help wanted
good first issue
language
tests

I added initial support for resolving types for union and interfaces when using SDL in #187. However, I didn't write any tests for it yet, so that needs to be...

tests
SDL
schema

We use your project through a dependency manager and it is very hard to do so when you do not tag your versions as the smallest change could break our...

Hey Matt, It seems that the compiler fails to compile the newest version of Bootstrap (1.4.0). It seems that the compilation fails on the reset.less file and I traced the...

Here's an idea we talked about with @Jalle19: We could add support for configuring the types in [config/graphql.php](../tree/master/config/graphql.php) using a `types`-property. That would allow us to implement a default `TypeResolver`....

enhancement