Schema definitions
The explorer interprets the pasted text as GraphQL schema definition language. It collects named definitions such as object, input object, interface, union, enum, and scalar types, together with their fields and arguments. List brackets and non-null markers stay part of the displayed type reference, so String, String!, [String], and [String!]! remain distinct.