Raúl Mortes

Results 4 issues of Raúl Mortes

Hi! I'm fairly new to graph databases, so I may not know the correct terminology. If I have a schema like this one: Schema ```mermaid graph TD A[Employer] -->|Worked with|...

Fixed TypeError: Class constructor GraphQLNonNull cannot be invoked without 'new'

I'm currently trying to implement the following schema: ```gql type Entry { ... content: RichContent } enum RichContentType { MarkDown Image Video Audio HTML } type RichContent @exclude { type:...

feature request

FIrst of all, I'm extremely new to MCU programming so sorry if I'm asking something stupid. Is it possible to get the debug output over USB? Via serial, uart, I...