Eugen Kuksa
Eugen Kuksa
If you use a test suite with, for instance, [faker](https://github.com/marak/Faker.js/#setting-a-randomness-seed), you might want to use the same seed for choma and faker to be able to reproduce a test run....
The [tests](https://github.com/jml/graphql-api/blob/2b64b65175a315cc8a5247aa519793f40d8b6058/tests/EndToEndTests.hs#L240-L290) use a variable map, but the variable is not passed as a parameter to a handler. Instead, [the handler already has the variable hard coded](https://github.com/jml/graphql-api/blob/2b64b65175a315cc8a5247aa519793f40d8b6058/tests/EndToEndTests.hs#L241). How can a...
There is no example for a field with an interface type, like ```graphql type Human implements Sentient { name: String! favouritePet: Pet } ``` How must a handler for this...
There is no example of Enum serialisation/deserialisation. For instance, if I wanted to have the dog commands to be in all caps in the JSON output (and query input), what...
# Steps When I check out tag v0.3.0 (commit 447e4156287580cd1510b0371a49c1c99e207d34) and I have the system environment shown at the end of this post and I run `mvn clean install -DskipTests`...
We want to prove conjectures and check the consistency of OMS in Ontohub. Hets already exposes a REST API to do this with the database. See the initial post of...
Expose the new association created in https://github.com/ontohub/ontohub-models/pull/181 to the API.
As soon as Hets version 0.100.0 is released, install Hets on Travis and configure the Hets-Agent in the system-tests to use it.
First of all, you may need the [class diagram](https://user-images.githubusercontent.com/339751/30371366-a6c4c528-987a-11e7-83c4-0f69c9d26b7c.png) from the [wiki](https://github.com/ontohub/ontohub-backend/wiki/Architecture-Details#models) to follow this issue. This issue builds on https://github.com/ontohub/ontohub-backend/issues/9#issuecomment-281080416 but it should be self-contained. I have some questions...
See https://github.com/brunofacca/zen-rails-security-checklist. Some of this is only applicable to apps with html views, but some of it is very important for the API-side as well. Update (16 Nov 2017) ---...