Hey, I'm running into the following error Property...
# orm-help
t
Hey, I'm running into the following error Property 'specifiedByUrl' is missing in type
Copy code
export const DateTime = asNexusMethod(GraphQLDateTime, 'date');
                                            ~~~~~~~~~~~~~~~

      node_modules/graphql/type/definition.d.ts:298:3
        298   specifiedByUrl: Maybe<string>;
              ~~~~~~~~~~~~~~
        'specifiedByUrl' is declared here.