Adrian Velcich

Results 12 issues of Adrian Velcich

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [x ] Provided...

Hi, Does anyone perhaps have a small (but complete) example of an app source that demonstrates the use of Mutations (hopefully multiple Mutations). My API server resides in a main...

Hi @timhuff , Regarding mutations, I am ditching my embedded code approach and going with your excellent `extendWithMutations()` approach, but I have a couple of usage questions, please: 1) What...

The tests for 'ExtendWithMutations' are not correct, they do not actually write to and then read back from the DB. I confirmed this by checking the DB manually before and...

caveats: The id field for the record must be named in your model as `id`, and must be supplied as a filter operation in the GraphQL query as `idEq` for...

Hi Sam, My first PR of reasonable size. I'm new to this so please bear with me. Any and all feedback and criticism is very welcome. Thanks for this awesome...

Hi Sam, Just to let you know, I'm busy adding support for composite Foreign Keys and indexes, will issue a pull request shortly :) Cheers, Adrian

Hi Sam, Have you considered adding an @PrimaryKey option to the annotations? Currently, AutoNumber of the PK is not supported. Is there a workaround for this perhaps? Thanks, Adrian

enhancement

Hi Sam, I've tried to model a 1-Many relationship, where I query a parent table joined to a child table, and expect to get a list or array of the...

Hi Sam, thanks a mill for the 1.0.6 release. I have a new problem now: in one of my tables, I have the following: `@Table public class TblMapVisitor2Entry extends ScanTableBase...