George Krachtopoulos
George Krachtopoulos
I am using the type `BigInt` as an `@id` in many of my models, and would like to map it to `ID` type of GraphQL, like `Int` with `@id` is...
I would like to create a field like this: ```js t.string("formattedLocation", { description: "Get the location of the #beach_bar formatted", resolve: async ({ id, ...hey }, __, { prisma }):...
#### Description The `FieldResolver` generic type provided by `nexus` does not include relations. #### Repro Steps/Link For example: ```js export const SearchInputValueType = objectType({ name: SearchInputValue.$name, description: "Represents a potential...
**Describe the bug** When I run the extension in any file of my project, the extension does not sort the `export` statements! I have enabled the `"configuration.formatExports": true`, but still...
Wouldn't it be nice if there was also an option to support stroked 3D Text with outline, as we do in CSS with the "-webkit-text-stroke" property? Could something like this...