GraphQL's Introspection page (https://graphql.github.io/learn/introspection/) illustrates the schema query returning types for EnumValue, InputValue, Directive, and other built-in types. Does Lacinia's schema query return them?
@phill yes