Open unlinking opened 4 years ago
@lulucas Can you help us reproduce this? It would be great if you can share the schema (and metadata).
@lulucas Can you help us reproduce this? It would be great if you can share the schema (and metadata).
scalar bool
type Mutation {
fine: bool!
}
type Query {
fine: bool!
}
Simply scalar "bool" existing is enough, as a remote schema.
@0x777
@lulucas I am not able to reproduce this in v1.3.0-beta.x with a remote schema which has this schema:
scalar bool
type Mutation {
fine: bool!
}
type Query {
fine: bool!
}
Can you verify?
Explorer is broken when there is a scalar named "bool".
IntrospectionQuery Result
Got an error":{"path":"$","error":"type info not found for: 'bool'","code":"unexpected"}
query and mutation still works, but graphql explorer is broken.