Skip to content

Exist basic scalar type in downloaded schema and got Schema errors #5126

Closed
@sonatard

Description

@sonatard

Question

スクリーンショット 2023-07-26 13 11 38

When I download the Schema with gradlew :app:downloadApolloSchema , the basic scalar type(ID, Int, Float...) exists in Schema file. Probably because of this, Android Studio is throwing an error, but how should I deal with this?

There is no problem with the operation such as building or sending requests.

Also, I sometimes write code to parse GraphQL schemas in Go, but I get the same error there and cannot parse it. Should the Go GraphQL parser be made not to throw an error, or should the schema not include a basic scalar type, which is correct?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions