Closed
Description
If we define a type that is unused in the schema file e.g
type User {
...
}
type Context {
...
}
type Query {
user(id: ID!): User
}
- The
Query
andUser
types are returned from introspection queries but notContext
. Is this by design? - If it is by design, is there a way for the type to appear in introspection queries? I can see they appear in
SchemaParser.getUnusedDefinitions()
but is there a way to wire that in so that they are visible in introspection queries?
Metadata
Metadata
Assignees
Labels
No labels