StaffSchema: "\n id\n \n name {\n first\n last\n full\n native\n }\n\n languageV2\n \n image {\n large\n medium\n }\n\n description(asHtml: $asHtml)\n primaryOccupations\n gender\n dateOfBirth {\n \n year\n month\n day\n\n }\n dateOfDeath {\n \n year\n month\n day\n\n }\n age\n yearsActive\n homeTown\n bloodType\n isFavourite\n isFavouriteBlocked\n siteUrl\n staffMedia (sort: $staffMediaSort, type: $staffMediaType, onList: $staffMediaOnList, page: $staffMediaPage, perPage: $staffMediaPerPage) {\n nodes {\n id\n \n title {\n romaji\n english\n native\n userPreferred\n }\n\n }\n }\n characters (sort: $charactersSort, page: $charactersPage, perPage: $charactersPerPage) {\n nodes {\n id\n \n name {\n first\n last\n full\n native\n }\n\n }\n }\n characterMedia (sort: $characterMediaSort, onList: $characterMediaOnList, page: $characterMediaPage, perPage: $characterMediaPerPage) {\n nodes {\n id\n \n title {\n romaji\n english\n native\n userPreferred\n }\n\n }\n }\n submitter {\n id\n name\n }\n submissionStatus\n submissionNotes\n favourites\n modNotes\n" = ...

StaffSchema is a constant representing the GraphQL schema for a staff query. It includes the staff's id, name, language, image, description, primary occupations, gender, date of birth, date of death, age, years active, hometown, blood type, favourite status, favourite blocked status, site url, staff media, characters, character media, staff, submitter, submission status, submission notes, favourites, and mod notes.