NameSchema: "\n name {\n first\n last\n full\n native\n }\n" = ...

NameSchema is a string representing the GraphQL schema for a name. It includes the first name, last name, full name, and native name.