Michael Webb

Results 25 issues of Michael Webb

![image](https://github.com/user-attachments/assets/516ee776-0b7f-479b-bd0b-df64cea5808d)

enhancement

## Summary by CodeRabbit - **New Features** - Introduced a new TypeScript configuration file for improved client application settings. - **Improvements** - Enhanced build process with updated build script for...

Type definitions with non-nullable one-to-one relationships: ```gql type Movie { title: String released: Int actors: Actor! @relationship(type: "ACTED_IN", direction: IN) } type Actor { name: String movies: Movie! @relationship(type: "ACTED_IN",...

bug report

Given the following type definitions, schema is generated for sorting on the field `custom_string_with_param`. This should not occur as that field takes a NonNullable argument. ```graphql type Movie { custom_string_with_param(param:...

confirmed
bug report