Suparn

Results 6 issues of Suparn

A noob question may be. Following up on your example: ``` var identifier: String { get { return getAssociatedValue(key: "identifier", object: self, initialValue: "Unknown") } set { set(associatedValue: newValue, key:...

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [Y] I am running the latest version - [Y] I checked the documentation and found no...

bug
next update

Schema ``` interface ParentDescendant { id: ID! parentId: ID! } interface ChildDescendant implements ParentDescendant { id: ID! parentId: ID! childId: ID! } type One implements ChildDescendant, ParentDescendant { id: ID!...

**Is your feature request related to a problem? Please describe.** Currently, inline fragments are ignored when generating GraphQl code. **Describe the solution you'd like** 1. Inline fragments should not ignored...

enhancement

Put an `x` in the desired checkboxes **Project** - cache [ ] - fs [ ] - concurrency [x] **New Platform** - iOS [ ] - Android [ ] -...

platform

There should be a setting, which allows user to configure, where the test spec will be created. The setting needs to support relative paths at the minimum.

missing