Skip to content

JavaPrimitive Long in 1.1.0 #1

@mheidt

Description

@mheidt

Hello,

I am trying to upgrade my graphql project to graphql-java 15.
Java primitive types like Long are supposed to be moved to this project (version 1.1.0)
Unfortunatly the RuntimeWiring doesn't seem to work like expected.
I tried
.scalar(ExtendedScalars.newAliasedScalar("Long").aliasedScalar(JavaPrimitives.GraphQLLong).build())

Nevertheless the project fails starting with
The field type 'Long' is not present when resolving type

Am I missing something?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions