OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Fetches an object given its ID.
  • #
  • # Arguments
  • # id: ID of the object.
  • node(id: ID!): Node
  • # Lookup nodes by a list of IDs.
  • #
  • # Arguments
  • # ids: The list of node IDs.
  • nodes(ids: [ID!]!): [Node]!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for AccountConnections returned from
  • # the connection.
  • # where: Filtering options for AccountConnections returned from
  • # the connection.
  • accountConnections(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: AccountConnectionOrder,
  • where: AccountConnectionWhereInput
  • ): AccountConnectionConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for AnatomicalModels returned from the
  • # connection.
  • anatomicalModels(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: AnatomicalModelWhereInput
  • ): AnatomicalModelConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for ApiQueryLogs returned from the
  • # connection.
  • # where: Filtering options for ApiQueryLogs returned from the
  • # connection.
  • apiQueryLogs(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: ApiQueryLogOrder,
  • where: ApiQueryLogWhereInput
  • ): ApiQueryLogConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Articles returned from the
  • # connection.
  • # where: Filtering options for Articles returned from the
  • # connection.
  • articles(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: ArticleOrder,
  • where: ArticleWhereInput
  • ): ArticleConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ArticleFeeds returned from the
  • # connection.
  • articleFeeds(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ArticleFeedWhereInput
  • ): ArticleFeedConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for Assets returned from the
  • # connection.
  • assets(after: Cursor, first: Int, before: Cursor, last: Int, where: AssetWhereInput): AssetConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Audiences returned from the
  • # connection.
  • # where: Filtering options for Audiences returned from the
  • # connection.
  • audiences(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: AudienceOrder,
  • where: AudienceWhereInput
  • ): AudienceConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for AuditLogs returned from the
  • # connection.
  • # where: Filtering options for AuditLogs returned from the
  • # connection.
  • auditLogs(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: AuditLogOrder,
  • where: AuditLogWhereInput
  • ): AuditLogConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for BoardCertifications returned from
  • # the connection.
  • boardCertifications(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: BoardCertificationWhereInput
  • ): BoardCertificationConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Bookmarks returned from the
  • # connection.
  • # where: Filtering options for Bookmarks returned from the
  • # connection.
  • bookmarks(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: BookmarkOrder,
  • where: BookmarkWhereInput
  • ): BookmarkConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for Certificates returned from the
  • # connection.
  • certificates(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: CertificateWhereInput
  • ): CertificateConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for CertificateSurveyAnswers returned
  • # from the connection.
  • certificateSurveyAnswers(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: CertificateSurveyAnswerWhereInput
  • ): CertificateSurveyAnswerConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for CertificateSurveyQuestions
  • # returned from the connection.
  • certificateSurveyQuestions(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: CertificateSurveyQuestionWhereInput
  • ): CertificateSurveyQuestionConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for CertificateSurveyQuestionChoices
  • # returned from the connection.
  • certificateSurveyQuestionChoices(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: CertificateSurveyQuestionChoiceWhereInput
  • ): CertificateSurveyQuestionChoiceConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for CertifyingBoards returned from
  • # the connection.
  • # where: Filtering options for CertifyingBoards returned from the
  • # connection.
  • certifyingBoards(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: CertifyingBoardOrder,
  • where: CertifyingBoardWhereInput
  • ): CertifyingBoardConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for CertifyingBoardCredentials
  • # returned from the connection.
  • certifyingBoardCredentials(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: CertifyingBoardCredentialWhereInput
  • ): CertifyingBoardCredentialConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for CertifyingBoardSpecializations
  • # returned from the connection.
  • # where: Filtering options for CertifyingBoardSpecializations
  • # returned from the connection.
  • certifyingBoardSpecializations(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: CertifyingBoardSpecializationOrder,
  • where: CertifyingBoardSpecializationWhereInput
  • ): CertifyingBoardSpecializationConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for ClassificationCategories returned
  • # from the connection.
  • # where: Filtering options for ClassificationCategories returned
  • # from the connection.
  • classificationCategories(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: ClassificationCategoryOrder,
  • where: ClassificationCategoryWhereInput
  • ): ClassificationCategoryConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for
  • # ClassificationReinforcementDocuments returned from the connection.
  • # where: Filtering options for
  • # ClassificationReinforcementDocuments returned from the connection.
  • classificationReinforcementDocuments(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: ClassificationReinforcementDocumentOrder,
  • where: ClassificationReinforcementDocumentWhereInput
  • ): ClassificationReinforcementDocumentConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for ClassificationRequests returned
  • # from the connection.
  • # where: Filtering options for ClassificationRequests returned
  • # from the connection.
  • classificationRequests(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: ClassificationRequestOrder,
  • where: ClassificationRequestWhereInput
  • ): ClassificationRequestConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for Collections returned from the
  • # connection.
  • collections(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: CollectionWhereInput
  • ): CollectionConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Comments returned from the
  • # connection.
  • # where: Filtering options for Comments returned from the
  • # connection.
  • comments(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: CommentOrder,
  • where: CommentWhereInput
  • ): CommentConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for CommentLikes returned from the
  • # connection.
  • # where: Filtering options for CommentLikes returned from the
  • # connection.
  • commentLikes(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: CommentLikeOrder,
  • where: CommentLikeWhereInput
  • ): CommentLikeConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ContentClassificationModels
  • # returned from the connection.
  • contentClassificationModels(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ContentClassificationModelWhereInput
  • ): ContentClassificationModelConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for Courses returned from the
  • # connection.
  • courses(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: CourseWhereInput
  • ): CourseConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for CreditSurveySubmissions returned
  • # from the connection.
  • # where: Filtering options for CreditSurveySubmissions returned
  • # from the connection.
  • creditSurveySubmissions(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: CreditSurveySubmissionOrder,
  • where: CreditSurveySubmissionWhereInput
  • ): CreditSurveySubmissionConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for Dashboards returned from the
  • # connection.
  • dashboards(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: DashboardWhereInput
  • ): DashboardConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for EbscoArticles returned from the
  • # connection.
  • # where: Filtering options for EbscoArticles returned from the
  • # connection.
  • ebscoArticles(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: EbscoArticleOrder,
  • where: EbscoArticleWhereInput
  • ): EbscoArticleConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for EducationCredits returned from
  • # the connection.
  • # where: Filtering options for EducationCredits returned from the
  • # connection.
  • educationCredits(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: EducationCreditOrder,
  • where: EducationCreditWhereInput
  • ): EducationCreditConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for EducationHistories returned from
  • # the connection.
  • educationHistories(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: EducationHistoryWhereInput
  • ): EducationHistoryConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for EducationRequirements returned
  • # from the connection.
  • educationRequirements(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: EducationRequirementWhereInput
  • ): EducationRequirementConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for FinancialDisclosures returned
  • # from the connection.
  • # where: Filtering options for FinancialDisclosures returned from
  • # the connection.
  • financialDisclosures(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: FinancialDisclosureOrder,
  • where: FinancialDisclosureWhereInput
  • ): FinancialDisclosureConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for FinancialDisclosurePrintTemplates
  • # returned from the connection.
  • # where: Filtering options for FinancialDisclosurePrintTemplates
  • # returned from the connection.
  • financialDisclosurePrintTemplates(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: FinancialDisclosurePrintTemplateOrder,
  • where: FinancialDisclosurePrintTemplateWhereInput
  • ): FinancialDisclosurePrintTemplateConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for FinancialDisclosureRoles returned
  • # from the connection.
  • # where: Filtering options for FinancialDisclosureRoles returned
  • # from the connection.
  • financialDisclosureRoles(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: FinancialDisclosureRoleOrder,
  • where: FinancialDisclosureRoleWhereInput
  • ): FinancialDisclosureRoleConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for FinancialDisclosureStatements
  • # returned from the connection.
  • # where: Filtering options for FinancialDisclosureStatements
  • # returned from the connection.
  • financialDisclosureStatements(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: FinancialDisclosureStatementOrder,
  • where: FinancialDisclosureStatementWhereInput
  • ): FinancialDisclosureStatementConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for GiblibVideos returned from the
  • # connection.
  • # where: Filtering options for GiblibVideos returned from the
  • # connection.
  • giblibVideos(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: GiblibVideoOrder,
  • where: GiblibVideoWhereInput
  • ): GiblibVideoConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for GoogleDriveFiles returned from
  • # the connection.
  • # where: Filtering options for GoogleDriveFiles returned from the
  • # connection.
  • googleDriveFiles(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: GoogleDriveFileOrder,
  • where: GoogleDriveFileWhereInput
  • ): GoogleDriveFileConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for ImportedVideos returned from the
  • # connection.
  • # where: Filtering options for ImportedVideos returned from the
  • # connection.
  • importedVideos(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: ImportedVideoOrder,
  • where: ImportedVideoWhereInput
  • ): ImportedVideoConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Institutions returned from the
  • # connection.
  • # where: Filtering options for Institutions returned from the
  • # connection.
  • institutions(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: InstitutionOrder,
  • where: InstitutionWhereInput
  • ): InstitutionConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for JobHistories returned from the
  • # connection.
  • jobHistories(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: JobHistoryWhereInput
  • ): JobHistoryConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for LearningObjectives returned from
  • # the connection.
  • learningObjectives(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: LearningObjectiveWhereInput
  • ): LearningObjectiveConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for LicenseHistories returned from
  • # the connection.
  • # where: Filtering options for LicenseHistories returned from the
  • # connection.
  • licenseHistories(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: LicenseHistoryOrder,
  • where: LicenseHistoryWhereInput
  • ): LicenseHistoryConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for LicenseHistoryAudits returned
  • # from the connection.
  • # where: Filtering options for LicenseHistoryAudits returned from
  • # the connection.
  • licenseHistoryAudits(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: LicenseHistoryAuditOrder,
  • where: LicenseHistoryAuditWhereInput
  • ): LicenseHistoryAuditConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for LicenseRequirements returned from
  • # the connection.
  • # where: Filtering options for LicenseRequirements returned from
  • # the connection.
  • licenseRequirements(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: LicenseRequirementOrder,
  • where: LicenseRequirementWhereInput
  • ): LicenseRequirementConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for LicenseRequirementTopics returned
  • # from the connection.
  • licenseRequirementTopics(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: LicenseRequirementTopicWhereInput
  • ): LicenseRequirementTopicConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for LicenseTopics returned from the
  • # connection.
  • licenseTopics(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: LicenseTopicWhereInput
  • ): LicenseTopicConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Likes returned from the
  • # connection.
  • # where: Filtering options for Likes returned from the
  • # connection.
  • likes(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: LikeOrder,
  • where: LikeWhereInput
  • ): LikeConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for MediaItems returned from the
  • # connection.
  • mediaItems(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: MediaItemWhereInput
  • ): MediaItemConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for NejmArticles returned from the
  • # connection.
  • # where: Filtering options for NejmArticles returned from the
  • # connection.
  • nejmArticles(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: NejmArticleOrder,
  • where: NejmArticleWhereInput
  • ): NejmArticleConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Notifications returned from the
  • # connection.
  • # where: Filtering options for Notifications returned from the
  • # connection.
  • notifications(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: NotificationOrder,
  • where: NotificationWhereInput
  • ): NotificationConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for NotificationCategories returned
  • # from the connection.
  • notificationCategories(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: NotificationCategoryWhereInput
  • ): NotificationCategoryConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for NotificationConfigs returned from
  • # the connection.
  • # where: Filtering options for NotificationConfigs returned from
  • # the connection.
  • notificationConfigs(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: NotificationConfigOrder,
  • where: NotificationConfigWhereInput
  • ): NotificationConfigConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for NotificationSubscriptions
  • # returned from the connection.
  • # where: Filtering options for NotificationSubscriptions returned
  • # from the connection.
  • notificationSubscriptions(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: NotificationSubscriptionOrder,
  • where: NotificationSubscriptionWhereInput
  • ): NotificationSubscriptionConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for NpiTaxonomies returned from the
  • # connection.
  • # where: Filtering options for NpiTaxonomies returned from the
  • # connection.
  • npiTaxonomies(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: NpiTaxonomyOrder,
  • where: NpiTaxonomyWhereInput
  • ): NpiTaxonomyConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for Offices returned from the
  • # connection.
  • offices(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: OfficeWhereInput
  • ): OfficeConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for OutreachRequests returned from
  • # the connection.
  • # where: Filtering options for OutreachRequests returned from the
  • # connection.
  • outreachRequests(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: OutreachRequestOrder,
  • where: OutreachRequestWhereInput
  • ): OutreachRequestConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for PhoneVerificationTokens returned
  • # from the connection.
  • # where: Filtering options for PhoneVerificationTokens returned
  • # from the connection.
  • phoneVerificationTokens(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: PhoneVerificationTokenOrder,
  • where: PhoneVerificationTokenWhereInput
  • ): PhoneVerificationTokenConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for PostReports returned from the
  • # connection.
  • # where: Filtering options for PostReports returned from the
  • # connection.
  • postReports(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: PostReportOrder,
  • where: PostReportWhereInput
  • ): PostReportConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ProviderTypes returned from the
  • # connection.
  • providerTypes(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ProviderTypeWhereInput
  • ): ProviderTypeConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for PubmedArticles returned from the
  • # connection.
  • # where: Filtering options for PubmedArticles returned from the
  • # connection.
  • pubmedArticles(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: PubmedArticleOrder,
  • where: PubmedArticleWhereInput
  • ): PubmedArticleConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for PubmedTopicClusters returned from
  • # the connection.
  • pubmedTopicClusters(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: PubmedTopicClusterWhereInput
  • ): PubmedTopicClusterConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ReflectionAnalyses returned from
  • # the connection.
  • reflectionAnalyses(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ReflectionAnalysisWhereInput
  • ): ReflectionAnalysisConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ReflectionAnalysisResults returned
  • # from the connection.
  • reflectionAnalysisResults(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ReflectionAnalysisResultWhereInput
  • ): ReflectionAnalysisResultConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ReflectionAnalysisScores returned
  • # from the connection.
  • reflectionAnalysisScores(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ReflectionAnalysisScoreWhereInput
  • ): ReflectionAnalysisScoreConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ReflectionCriteriaSlice returned
  • # from the connection.
  • reflectionCriteriaSlice(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ReflectionCriteriaWhereInput
  • ): ReflectionCriteriaConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ReflectionCriteriaGroups returned
  • # from the connection.
  • reflectionCriteriaGroups(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ReflectionCriteriaGroupWhereInput
  • ): ReflectionCriteriaGroupConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for ReportReasons returned from the
  • # connection.
  • reportReasons(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: ReportReasonWhereInput
  • ): ReportReasonConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Searches returned from the
  • # connection.
  • # where: Filtering options for Searches returned from the
  • # connection.
  • searches(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: SearchOrder,
  • where: SearchWhereInput
  • ): SearchConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for SparkyChats returned from the
  • # connection.
  • # where: Filtering options for SparkyChats returned from the
  • # connection.
  • sparkyChats(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: SparkyChatOrder,
  • where: SparkyChatWhereInput
  • ): SparkyChatConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for SparkyChatConfigs returned from
  • # the connection.
  • # where: Filtering options for SparkyChatConfigs returned from
  • # the connection.
  • sparkyChatConfigs(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: SparkyChatConfigOrder,
  • where: SparkyChatConfigWhereInput
  • ): SparkyChatConfigConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for SparkyChatMessages returned from
  • # the connection.
  • # where: Filtering options for SparkyChatMessages returned from
  • # the connection.
  • sparkyChatMessages(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: SparkyChatMessageOrder,
  • where: SparkyChatMessageWhereInput
  • ): SparkyChatMessageConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for SparkyConversations returned from
  • # the connection.
  • # where: Filtering options for SparkyConversations returned from
  • # the connection.
  • sparkyConversations(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: SparkyConversationOrder,
  • where: SparkyConversationWhereInput
  • ): SparkyConversationConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for SparkyMessages returned from the
  • # connection.
  • # where: Filtering options for SparkyMessages returned from the
  • # connection.
  • sparkyMessages(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: SparkyMessageOrder,
  • where: SparkyMessageWhereInput
  • ): SparkyMessageConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for SparkyPrompts returned from the
  • # connection.
  • # where: Filtering options for SparkyPrompts returned from the
  • # connection.
  • sparkyPrompts(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: SparkyPromptOrder,
  • where: SparkyPromptWhereInput
  • ): SparkyPromptConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for Tags returned from the connection.
  • tags(after: Cursor, first: Int, before: Cursor, last: Int, where: TagWhereInput): TagConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for TopicClassifications returned from
  • # the connection.
  • topicClassifications(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: TopicClassificationWhereInput
  • ): TopicClassificationConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for TopicClusters returned from the
  • # connection.
  • topicClusters(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: TopicClusterWhereInput
  • ): TopicClusterConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Uploads returned from the
  • # connection.
  • # where: Filtering options for Uploads returned from the
  • # connection.
  • uploads(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: UploadOrder,
  • where: UploadWhereInput
  • ): UploadConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for UserBlocks returned from the
  • # connection.
  • # where: Filtering options for UserBlocks returned from the
  • # connection.
  • userBlocks(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: UserBlockOrder,
  • where: UserBlockWhereInput
  • ): UserBlockConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for UserCohorts returned from the
  • # connection.
  • userCohorts(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: UserCohortWhereInput
  • ): UserCohortConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for UserCollectionCompletions returned
  • # from the connection.
  • userCollectionCompletions(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: UserCollectionCompletionWhereInput
  • ): UserCollectionCompletionConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for UserLinks returned from the
  • # connection.
  • userLinks(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: UserLinkWhereInput
  • ): UserLinkConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for UserMutes returned from the
  • # connection.
  • # where: Filtering options for UserMutes returned from the
  • # connection.
  • userMutes(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: UserMuteOrder,
  • where: UserMuteWhereInput
  • ): UserMuteConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for UserNotificationTokens returned
  • # from the connection.
  • userNotificationTokens(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: UserNotificationTokenWhereInput
  • ): UserNotificationTokenConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for UserReports returned from the
  • # connection.
  • # where: Filtering options for UserReports returned from the
  • # connection.
  • userReports(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: UserReportOrder,
  • where: UserReportWhereInput
  • ): UserReportConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for VerificationRequests returned
  • # from the connection.
  • # where: Filtering options for VerificationRequests returned from
  • # the connection.
  • verificationRequests(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: VerificationRequestOrder,
  • where: VerificationRequestWhereInput
  • ): VerificationRequestConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Videos returned from the
  • # connection.
  • # where: Filtering options for Videos returned from the
  • # connection.
  • videos(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: VideoOrder,
  • where: VideoWhereInput
  • ): VideoConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for WaitListConfigs returned from the
  • # connection.
  • waitListConfigs(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: WaitListConfigWhereInput
  • ): WaitListConfigConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for WaitlistEntries returned from the
  • # connection.
  • # where: Filtering options for WaitlistEntries returned from the
  • # connection.
  • waitlistEntries(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: WaitlistEntryOrder,
  • where: WaitlistEntryWhereInput
  • ): WaitlistEntryConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # where: Filtering options for WorkExperiences returned from the
  • # connection.
  • workExperiences(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • where: WorkExperienceWhereInput
  • ): WorkExperienceConnection!
  • # Benchmarks the performance of the GraphQL server by running a specified number
  • # of loops, returning the duration it took to run in milliseconds.
  • # This is a noop in production.
  • #
  • # Arguments
  • # loops: [Not documented]
  • bench(loops: Int!): Int!
  • # Sleeps for a specified number of milliseconds. This is a noop in production.
  • #
  • # Arguments
  • # ms: [Not documented]
  • sleep(ms: Int!): Boolean!
  • # Arguments
  • # query: [Not documented]
  • search(query: String!): [SearchResult!]!
  • # Returns a list of posts or users that match the query. Each SearchResult also
  • # includes an ID you can use to create a SearchConversion.
  • #
  • # Arguments
  • # query: [Not documented]
  • searchV2(query: String!): SearchResults!
  • # Arguments
  • # query: [Not documented]
  • searchSuggestions(query: String!): SearchSuggestionResult!
  • # Returns a list of posts, users, and topics that match the query.
  • #
  • # Arguments
  • # query: [Not documented]
  • # semantic: Deprecated: All searches are now semantic by default.
  • # This field is no longer used.
  • searchSuggestionsV2(query: String!, semantic: Boolean): SearchSuggestionResultV2!
  • adminGetNotificationConfig: NotificationConfig!
  • # Arguments
  • # text: [Not documented]
  • adminSuggestTopicsForText(text: String!): [SuggestedTopic!]!
  • ping: String!
  • # Returns a user by ID
  • #
  • # Arguments
  • # id: [Not documented]
  • user(id: ID!): User!
  • # The currently authenticated user
  • currentUser: User!
  • # Search the NPI registry for a provider by name or number
  • #
  • # Arguments
  • # number: [Not documented]
  • # firstName: [Not documented]
  • # lastName: [Not documented]
  • # state: [Not documented]
  • searchRegistry(
  • number: String,
  • firstName: String,
  • lastName: String,
  • state: String
  • ): [RegistryResult!]
  • # Suggest a unique handle for a user based on their name and credential
  • #
  • # Arguments
  • # firstName: [Not documented]
  • # lastName: [Not documented]
  • # credential: [Not documented]
  • suggestHandle(
  • firstName: String!,
  • lastName: String!,
  • credential: String!
  • ): String!
  • # Validate a handle for uniqueness
  • #
  • # Arguments
  • # handle: [Not documented]
  • validateHandle(handle: String!): Boolean!
  • # Validate an email for uniqueness
  • #
  • # Arguments
  • # email: [Not documented]
  • validateEmail(email: String!): Boolean!
  • # Validate an email for uniqueness with email verification token (public)
  • #
  • # Arguments
  • # email: [Not documented]
  • # emailVerificationToken: [Not documented]
  • validateEmailWithToken(
  • email: String!,
  • emailVerificationToken: String!
  • ): Boolean!
  • # Validate a phone number for uniqueness
  • #
  • # Arguments
  • # phone: [Not documented]
  • validatePhone(phone: String!): Boolean!
  • # Validate an NPI number for uniqueness
  • #
  • # Arguments
  • # npi: [Not documented]
  • validateProviderNumber(npi: String!): Boolean!
  • # Arguments
  • # id: [Not documented]
  • relationship(id: ID!): UserRelationship!
  • friends: [User!]!
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • # before: [Not documented]
  • # last: [Not documented]
  • mutedUsers(after: Cursor, first: Int, before: Cursor, last: Int): UserConnection!
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • # before: [Not documented]
  • # last: [Not documented]
  • blockedUsers(after: Cursor, first: Int, before: Cursor, last: Int): UserConnection!
  • # Arguments
  • # id: [Not documented]
  • # action: [Not documented]
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • userAuditHistory(
  • id: ID!,
  • action: String,
  • startDate: Time,
  • endDate: Time
  • ): [UserAuditHistoryItem!]
  • # The current users activity summary
  • userActivitySummary: UserActivitySummary!
  • # Arguments
  • # id: [Not documented]
  • adminUserActivitySummary(id: ID!): UserActivitySummary!
  • # Arguments
  • # id: [Not documented]
  • adminViewCurrentUser(id: ID!): User!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Users returned from the
  • # connection.
  • # where: Filtering options for Users returned from the
  • # connection.
  • # search: The search term to filter users by. Using this argument
  • # will:
  • # - Ignore the where / orderBy / last / before arguments
  • # - startCursor will always be null
  • # - hasPreviousPage will always be false
  • # licenseState: [Not documented]
  • users(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: UserOrder,
  • where: UserWhereInput,
  • search: String,
  • licenseState: String
  • ): UserConnection!
  • # Arguments
  • # userID: [Not documented]
  • adminViewBusinessAccountPIN(userID: ID!): String!
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • # before: [Not documented]
  • # last: [Not documented]
  • recommendedUsers(after: Cursor, first: Int, before: Cursor, last: Int): UserConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Topics returned from the
  • # connection.
  • # where: Filtering options for Topics returned from the
  • # connection.
  • # search: The search term to filter topics by. Using this
  • # argument will:
  • # - Ignore the where / orderBy / last / before arguments
  • # - startCursor will always be null
  • # - hasPreviousPage will always be false
  • topics(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: TopicOrder,
  • where: TopicWhereInput,
  • search: String
  • ): TopicConnection!
  • # Arguments
  • # id: [Not documented]
  • post(id: ID!): Post
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Posts returned from the
  • # connection.
  • # where: Filtering options for Posts returned from the
  • # connection.
  • # search: The search term to filter posts by. Using this argument
  • # will:
  • # - Ignore the where / orderBy / last / before arguments
  • # - startCursor will always be null
  • # - hasPreviousPage will always be false
  • posts(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: PostOrder,
  • where: PostWhereInput,
  • search: String
  • ): PostConnection!
  • # Arguments
  • # after: Returns the feed for the current user.
  • # The default type if not specified is V2
  • # taxonomyCode: [Not documented]
  • # feedType: [Not documented]
  • # includePostTypes: The type of posts to include in the feed. If
  • # not specified, defaults to 'video' and 'article'.
  • feedV2(
  • after: String,
  • taxonomyCode: String,
  • feedType: FeedType,
  • includePostTypes: [PostType!]
  • ): FeedConnection!
  • # Arguments
  • # sessionID: [Not documented]
  • simulationSession(sessionID: String!): SimulationSessionDetails
  • # Arguments
  • # after: [Not documented]
  • # sessionID: [Not documented]
  • # persona: [Not documented]
  • # copyFromUserID: [Not documented]
  • simulatedFeed(
  • after: String,
  • sessionID: String,
  • persona: SimulationPersonaInput,
  • copyFromUserID: ID
  • ): SimulatedFeedConnection!
  • # Arguments
  • # url: [Not documented]
  • openGraphProxy(url: String!): OpenGraphResponse!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for Posts returned from the
  • # connection.
  • # where: Filtering options for Posts returned from the
  • # connection.
  • feed(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: PostOrder,
  • where: PostWhereInput
  • ): PostConnection!
  • # Arguments
  • # licenseRequirementTopicID: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • educationPlaylist(
  • licenseRequirementTopicID: ID!,
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int
  • ): PostConnection
  • # TODO: this is a candidate for deletion in the future, as it is not used anywhere
  • #
  • # Arguments
  • # id: The license requirement topic id
  • continuingEducationTopic(id: ID!): ContinuingEducationTopic
  • # Arguments
  • # type: [Not documented]
  • # after: [Not documented]
  • # first: [Not documented]
  • # before: [Not documented]
  • # last: [Not documented]
  • recommendedPosts(
  • type: RecommendedPostType!,
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int
  • ): PostConnection!
  • # ** Admin Only ** Returns Yes/No totals for each model prediction
  • commentNamedEntityStats: AdminReflectionStats
  • # Generates a reflective prompt for a specified post
  • #
  • # Arguments
  • # id: [Not documented]
  • # learningObjective: [Not documented]
  • generateReflectionPrompts(
  • id: ID!,
  • learningObjective: String
  • ): [ReflectionPrompt!]!
  • # Arguments
  • # discussionPoints: [Not documented]
  • # learningObjective: [Not documented]
  • generateReflectionPromptsFromText(
  • discussionPoints: String,
  • learningObjective: String
  • ): [ReflectionPrompt!]!
  • # Arguments
  • # first: Returns the first _n_ elements from the search results.
  • # after: Returns the search results that come after the specified
  • # cursor.
  • # query: The search query.
  • # semantic: Deprecated: All searches are now semantic by default.
  • # This field is no longer used.
  • searchPubmed(first: Int, after: Cursor, query: String!, semantic: Boolean): PubmedSearchConnection!
  • # Arguments
  • # first: Returns the first _n_ elements from the search results.
  • # after: Returns the search results that come after the specified
  • # cursor.
  • # filter: The filters to apply to the search.
  • # query: The search query.
  • # orderBy: The order in which to sort the search results.
  • # semantic: Deprecated: All searches are now semantic by default.
  • # This field is no longer used.
  • searchPosts(
  • first: Int,
  • after: Cursor,
  • filter: SearchPostFilterInput,
  • query: String!,
  • orderBy: SearchPostOrderBy,
  • semantic: Boolean
  • ): PostSearchConnection!
  • # Arguments
  • # first: Returns the first _n_ elements from the search results.
  • # after: Returns the search results that come after the specified
  • # cursor.
  • # filter: The filters to apply to the search.
  • # query: The search query.
  • # orderBy: The order in which to sort the search results.
  • # semantic: Deprecated: All searches are now semantic by default.
  • # This field is no longer used.
  • # searchType: [Not documented]
  • searchUsers(
  • first: Int,
  • after: Cursor,
  • filter: SearchUserFilterInput,
  • query: String!,
  • orderBy: SearchUserOrderBy,
  • semantic: Boolean,
  • searchType: UserSearchType
  • ): UserSearchConnection!
  • # Arguments
  • # first: Returns the first _n_ elements from the search results.
  • # after: Returns the search results that come after the specified
  • # cursor.
  • # query: The search query.
  • # orderBy: The order in which to sort the search results.
  • searchTopics(
  • first: Int,
  • after: Cursor,
  • query: String!,
  • orderBy: TopicOrderBy
  • ): TopicSearchConnection!
  • # Arguments
  • # type: [Not documented]
  • recommendedSearches(type: RecommendedSearchType!): [String!]!
  • # Arguments
  • # id: [Not documented]
  • video(id: ID!): Video!
  • # Arguments
  • # userId: [Not documented]
  • # videoIds: [Not documented]
  • adminVideoCompletions(userId: ID!, videoIds: [ID!]!): [AdminVideoCompletion!]!
  • # Returns a list of licenses and possible board certifications for the current
  • # user, or the given NPI number if present
  • #
  • # Arguments
  • # npiNumber: [Not documented]
  • suggestLicenses(npiNumber: String): LicenseSuggestionRoot
  • # Returns aggregated statistics for license requirement topics by certifying board
  • # and provider type.
  • # If only certifyingBoardID is provided, returns stats for all provider types
  • # under that board.
  • #
  • # Arguments
  • # certifyingBoardID: [Not documented]
  • # providerTypeID: [Not documented]
  • licenseRequirementTopicStats(
  • certifyingBoardID: ID!,
  • providerTypeID: ID
  • ): [LicenseRequirementTopicStats!]!
  • # Arguments
  • # queryId: [Not documented]
  • pollForSparkyResponse(queryId: ID!): SparkyQuery!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • sparkyAnswers(after: Cursor, first: Int, before: Cursor, last: Int): SparkyQueryConnection!
  • # Arguments
  • # token: [Not documented]
  • medicalSearchMetadata(token: String!): MedicalSearchMetadata!
  • # Arguments
  • # chatID: [Not documented]
  • getChatMessages(chatID: ID): [SparkyChatMessage]!
  • watchHistoryByLearningObjective: [WatchHistoryForLearningObjective!]!
  • userSurveys: [CertificateSurveyQuestion!]!
  • creditSurveys: [CreditSurvey!]!
  • # Arguments
  • # credentialID: [Not documented]
  • # topicID: [Not documented]
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • reflections(credentialID: ID, topicID: ID, startDate: Time, endDate: Time): [EducationCredit!]!
  • # Arguments
  • # where: [Not documented]
  • adminActivityLogSummary(where: ApiQueryLogWhereInput): TableData!
  • # Arguments
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • adminActiveUsers(startDate: Time, endDate: Time): TableData!
  • # Arguments
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • adminMostViewedPosts(startDate: Time, endDate: Time): TableData!
  • # Arguments
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • adminMostViewedUsers(startDate: Time, endDate: Time): TableData!
  • # Arguments
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • adminTopUsersByTotalPosts(
  • startDate: Time,
  • endDate: Time
  • ): TableData!
  • # Arguments
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • adminReflectionsOverTime(startDate: Time, endDate: Time): TableSeries!
  • # Arguments
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • adminReflectionsByUser(startDate: Time, endDate: Time): TableData!
  • # Arguments
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • adminTrendingTopics(startDate: Time, endDate: Time): TableData!
  • # Arguments
  • # startDate: [Not documented]
  • # endDate: [Not documented]
  • adminTotalSearchesOverTime(
  • startDate: Time,
  • endDate: Time
  • ): TableData!
  • adminKeyIndicators: [KeyIndicator!]!
  • # Arguments
  • # ugcOnly: [Not documented]
  • adminPostCountsByTopic(ugcOnly: Boolean): TableData!
  • adminUserCountsByTopic: TableData!
  • # Arguments
  • # postType: [Not documented]
  • adminContentGapReport(postType: PostType): TableData!
  • adminLicenseExpirationOverTime: TableData!
  • adminCEFulfillmentOverTime: TableData!
  • adminCEFulfillmentForecast: TableData!
  • adminCE360SetupProgress: TableData!
  • # Arguments
  • # id: [Not documented]
  • adminShowDeletedFinancialDisclosures(
  • id: ID!
  • ): [FinancialDisclosure!]
  • adminFinancialDisclosurePrintTemplate: FinancialDisclosurePrintTemplate!
  • # Arguments
  • # word: [Not documented]
  • medicalDictionarySearch(word: String!): [MedicalDictionarySearchResult!]!
  • # Arguments
  • # word: [Not documented]
  • medicalDictionaryDefinition(word: String!): MedicalDictionaryDefinition!
  • # Arguments
  • # code: [Not documented]
  • shortcode(code: String!): Article!
  • # Arguments
  • # url: [Not documented]
  • previewFeedItems(url: String!): [FeedItem!]!
  • # Arguments
  • # search: [Not documented]
  • # statusIn: [Not documented]
  • # conditionIn: [Not documented]
  • clinicalTrialMapPoints(
  • search: String,
  • statusIn: [String],
  • conditionIn: [String]
  • ): [ClinicalTrialMapPoint!]
  • # Arguments
  • # search: [Not documented]
  • # statusIn: [Not documented]
  • # conditionIn: [Not documented]
  • # hasSearch: [Not documented]
  • clinicalTrialConditionCounts(
  • search: String,
  • statusIn: [String],
  • conditionIn: [String],
  • hasSearch: String
  • ): [ClinicalTrialConditionCount!]
  • # Arguments
  • # statusIn: [Not documented]
  • # conditionIn: [Not documented]
  • clinicalTrialStatusCounts(
  • statusIn: [String],
  • conditionIn: [String]
  • ): [ClinicalTrialStatusCount!]
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # last: Returns the last _n_ elements from the list.
  • # orderBy: Ordering options for ClinicalTrials returned from the
  • # connection.
  • # where: Filtering options for ClinicalTrials returned from the
  • # connection.
  • # search: Full text search query. Searches the title,
  • # description, and contacts fields.
  • # conditionIn: [Not documented]
  • clinicalTrials(
  • after: Cursor,
  • first: Int,
  • before: Cursor,
  • last: Int,
  • orderBy: ClinicalTrialOrder,
  • where: ClinicalTrialWhereInput,
  • search: String,
  • conditionIn: [String]
  • ): ClinicalTrialConnection!
  • # List of trending topics
  • #
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • # before: [Not documented]
  • # last: [Not documented]
  • trendingTopics(after: Cursor, first: Int, before: Cursor, last: Int): TopicConnection
  • # List of recommended users
  • #
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • # before: [Not documented]
  • # last: [Not documented]
  • suggestedUsers(after: Cursor, first: Int, before: Cursor, last: Int): UserConnection!
  • # List of popular videos
  • #
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • # before: [Not documented]
  • # last: [Not documented]
  • popularVideos(after: Cursor, first: Int, before: Cursor, last: Int): PostConnection
  • # Arguments
  • # phone: [Not documented]
  • checkWaitListStatus(phone: String!): WaitlistEntry
  • waitListConfig: WaitListConfig
  • # Arguments
  • # id: [Not documented]
  • credential(id: ID!): Credential!
  • # Arguments
  • # postID: [Not documented]
  • classificationLogs(postID: ID): [ClassificationLog!]!
  • benchmarkTopics: [BenchmarkTopic!]!
  • # Arguments
  • # postIDs: [Not documented]
  • # topicIDs: [Not documented]
  • # limit: [Not documented]
  • # offset: [Not documented]
  • benchmarkTopicClassifications(
  • postIDs: [ID!],
  • topicIDs: [ID!],
  • limit: Int,
  • offset: Int
  • ): TopicClassificationBenchmarkResult!
  • # Arguments
  • # credentialID: [Not documented]
  • creditsEarnedByCredential(credentialID: ID!): [CreditsEarnedByRenewalPeriod!]!
  • # Returns the total credits earned over time for an optional credential, grouped
  • # by renewal periods.
  • #
  • # Arguments
  • # credentialID: [Not documented]
  • creditsEarnedOverTime(credentialID: ID): [CreditsEarnedByRenewalPeriod!]!
  • # Arguments
  • # correlationID: [Not documented]
  • adminViewLogs(correlationID: String!): [CloudwatchLog!]!
  • # Arguments
  • # correlationID: [Not documented]
  • adminViewWorkflows(correlationID: String!): [WorkflowResult!]!
  • # Search for institutions by partial name match.
  • # Returns up to 10 results, with prefix matches ranked higher than contains
  • # matches.
  • #
  • # Arguments
  • # query: The partial name to search for.
  • # type: Optional type filter to restrict results to a specific
  • # institution type.
  • # first: Maximum number of results to return (default 10).
  • searchInstitutions(
  • query: String!,
  • type: InstitutionType,
  • first: Int
  • ): InstitutionConnection!
  • }

link Require by

This element is not required by anyone