OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Fetches an object given its ID.
- #
- # Arguments
- # id: ID of the object.
- (: ID!): Node
- # Lookup nodes by a list of IDs.
- #
- # Arguments
- # ids: The list of node 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : AccountConnectionOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : ApiQueryLogOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : ArticleOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (: Cursor, : Int, : Cursor, : Int, : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : AudienceOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : AuditLogOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : BookmarkOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : CertifyingBoardOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : CertifyingBoardSpecializationOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : ClassificationCategoryOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : ClassificationReinforcementDocumentOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : ClassificationRequestOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : CommentOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : CommentLikeOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : CreditSurveySubmissionOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : EbscoArticleOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : EducationCreditOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : FinancialDisclosureOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : FinancialDisclosurePrintTemplateOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : FinancialDisclosureRoleOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : FinancialDisclosureStatementOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : GiblibVideoOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : GoogleDriveFileOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : ImportedVideoOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : InstitutionOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : LicenseHistoryOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : LicenseHistoryAuditOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : LicenseRequirementOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : LikeOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : NejmArticleOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : NotificationOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : NotificationConfigOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : NotificationSubscriptionOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : NpiTaxonomyOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : OutreachRequestOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : PhoneVerificationTokenOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : PostReportOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : PubmedArticleOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : SearchOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : SparkyChatOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : SparkyChatConfigOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : SparkyChatMessageOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : SparkyConversationOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : SparkyMessageOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : SparkyPromptOrder,
- : 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.
- (: Cursor, : Int, : Cursor, : Int, : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : UploadOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : UserBlockOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : UserMuteOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : UserReportOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : VerificationRequestOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : VideoOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : WaitlistEntryOrder,
- : 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : 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]
- (: Int!): Int!
- # Sleeps for a specified number of milliseconds. This is a noop in production.
- #
- # Arguments
- # ms: [Not documented]
- (: Int!): Boolean!
- # Arguments
- # query: [Not documented]
- (: 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]
- (: String!): SearchResults!
- # Arguments
- # query: [Not documented]
- (: 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.
- (: String!, : Boolean): SearchSuggestionResultV2!
- : NotificationConfig!
- # Arguments
- # text: [Not documented]
- (: String!): [SuggestedTopic!]!
- : String!
- # Returns a user by ID
- #
- # Arguments
- # id: [Not documented]
- (: ID!): User!
- # The currently authenticated user
- : 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]
- (
- : String,
- : String,
- : String,
- : 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]
- (
- : String!,
- : String!,
- : String!
- ): String!
- # Validate a handle for uniqueness
- #
- # Arguments
- # handle: [Not documented]
- (: String!): Boolean!
- # Validate an email for uniqueness
- #
- # Arguments
- # email: [Not documented]
- (: String!): Boolean!
- # Validate an email for uniqueness with email verification token (public)
- #
- # Arguments
- # email: [Not documented]
- # emailVerificationToken: [Not documented]
- (
- : String!,
- : String!
- ): Boolean!
- # Validate a phone number for uniqueness
- #
- # Arguments
- # phone: [Not documented]
- (: String!): Boolean!
- # Validate an NPI number for uniqueness
- #
- # Arguments
- # npi: [Not documented]
- (: String!): Boolean!
- # Arguments
- # id: [Not documented]
- (: ID!): UserRelationship!
- : [User!]!
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # before: [Not documented]
- # last: [Not documented]
- (: Cursor, : Int, : Cursor, : Int): UserConnection!
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # before: [Not documented]
- # last: [Not documented]
- (: Cursor, : Int, : Cursor, : Int): UserConnection!
- # Arguments
- # id: [Not documented]
- # action: [Not documented]
- # startDate: [Not documented]
- # endDate: [Not documented]
- (
- : ID!,
- : String,
- : Time,
- : Time
- ): [UserAuditHistoryItem!]
- # The current users activity summary
- : UserActivitySummary!
- # Arguments
- # id: [Not documented]
- (: ID!): UserActivitySummary!
- # Arguments
- # id: [Not documented]
- (: 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]
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : UserOrder,
- : UserWhereInput,
- : String,
- : String
- ): UserConnection!
- # Arguments
- # userID: [Not documented]
- (: ID!): String!
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # before: [Not documented]
- # last: [Not documented]
- (: Cursor, : Int, : Cursor, : 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
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : TopicOrder,
- : TopicWhereInput,
- : String
- ): TopicConnection!
- # Arguments
- # id: [Not documented]
- (: 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
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : PostOrder,
- : PostWhereInput,
- : 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'.
- (
- : String,
- : String,
- : FeedType,
- : [PostType!]
- ): FeedConnection!
- # Arguments
- # sessionID: [Not documented]
- (: String!): SimulationSessionDetails
- # Arguments
- # after: [Not documented]
- # sessionID: [Not documented]
- # persona: [Not documented]
- # copyFromUserID: [Not documented]
- (
- : String,
- : String,
- : SimulationPersonaInput,
- : ID
- ): SimulatedFeedConnection!
- # Arguments
- # url: [Not documented]
- (: 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.
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : PostOrder,
- : 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.
- (
- : ID!,
- : Cursor,
- : Int,
- : Cursor,
- : 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
- (: ID!): ContinuingEducationTopic
- # Arguments
- # type: [Not documented]
- # after: [Not documented]
- # first: [Not documented]
- # before: [Not documented]
- # last: [Not documented]
- (
- : RecommendedPostType!,
- : Cursor,
- : Int,
- : Cursor,
- : Int
- ): PostConnection!
- # ** Admin Only ** Returns Yes/No totals for each model prediction
- : AdminReflectionStats
- # Generates a reflective prompt for a specified post
- #
- # Arguments
- # id: [Not documented]
- # learningObjective: [Not documented]
- (
- : ID!,
- : String
- ): [ReflectionPrompt!]!
- # Arguments
- # discussionPoints: [Not documented]
- # learningObjective: [Not documented]
- (
- : String,
- : 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.
- (: Int, : Cursor, : String!, : 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.
- (
- : Int,
- : Cursor,
- : SearchPostFilterInput,
- : String!,
- : SearchPostOrderBy,
- : 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]
- (
- : Int,
- : Cursor,
- : SearchUserFilterInput,
- : String!,
- : SearchUserOrderBy,
- : Boolean,
- : 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.
- (
- : Int,
- : Cursor,
- : String!,
- : TopicOrderBy
- ): TopicSearchConnection!
- # Arguments
- # type: [Not documented]
- (: RecommendedSearchType!): [String!]!
- # Arguments
- # id: [Not documented]
- (: ID!): Video!
- # Arguments
- # userId: [Not documented]
- # videoIds: [Not documented]
- (: ID!, : [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]
- (: 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]
- (
- : ID!,
- : ID
- ): [LicenseRequirementTopicStats!]!
- # Arguments
- # queryId: [Not documented]
- (: 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.
- (: Cursor, : Int, : Cursor, : Int): SparkyQueryConnection!
- # Arguments
- # token: [Not documented]
- (: String!): MedicalSearchMetadata!
- # Arguments
- # chatID: [Not documented]
- (: ID): [SparkyChatMessage]!
- : [WatchHistoryForLearningObjective!]!
- : [CertificateSurveyQuestion!]!
- : [CreditSurvey!]!
- # Arguments
- # credentialID: [Not documented]
- # topicID: [Not documented]
- # startDate: [Not documented]
- # endDate: [Not documented]
- (: ID, : ID, : Time, : Time): [EducationCredit!]!
- # Arguments
- # where: [Not documented]
- (: ApiQueryLogWhereInput): TableData!
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (: Time, : Time): TableData!
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (: Time, : Time): TableData!
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (: Time, : Time): TableData!
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (
- : Time,
- : Time
- ): TableData!
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (: Time, : Time): TableSeries!
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (: Time, : Time): TableData!
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (: Time, : Time): TableData!
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (
- : Time,
- : Time
- ): TableData!
- : [KeyIndicator!]!
- # Arguments
- # ugcOnly: [Not documented]
- (: Boolean): TableData!
- : TableData!
- # Arguments
- # postType: [Not documented]
- (: PostType): TableData!
- : TableData!
- : TableData!
- : TableData!
- : TableData!
- # Arguments
- # id: [Not documented]
- (
- : ID!
- ): [FinancialDisclosure!]
- : FinancialDisclosurePrintTemplate!
- # Arguments
- # word: [Not documented]
- (: String!): [MedicalDictionarySearchResult!]!
- # Arguments
- # word: [Not documented]
- (: String!): MedicalDictionaryDefinition!
- # Arguments
- # code: [Not documented]
- (: String!): Article!
- # Arguments
- # url: [Not documented]
- (: String!): [FeedItem!]!
- # Arguments
- # search: [Not documented]
- # statusIn: [Not documented]
- # conditionIn: [Not documented]
- (
- : String,
- : [String],
- : [String]
- ): [ClinicalTrialMapPoint!]
- # Arguments
- # search: [Not documented]
- # statusIn: [Not documented]
- # conditionIn: [Not documented]
- # hasSearch: [Not documented]
- (
- : String,
- : [String],
- : [String],
- : String
- ): [ClinicalTrialConditionCount!]
- # Arguments
- # statusIn: [Not documented]
- # conditionIn: [Not documented]
- (
- : [String],
- : [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]
- (
- : Cursor,
- : Int,
- : Cursor,
- : Int,
- : ClinicalTrialOrder,
- : ClinicalTrialWhereInput,
- : String,
- : [String]
- ): ClinicalTrialConnection!
- # List of trending topics
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # before: [Not documented]
- # last: [Not documented]
- (: Cursor, : Int, : Cursor, : Int): TopicConnection
- # List of recommended users
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # before: [Not documented]
- # last: [Not documented]
- (: Cursor, : Int, : Cursor, : Int): UserConnection!
- # List of popular videos
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # before: [Not documented]
- # last: [Not documented]
- (: Cursor, : Int, : Cursor, : Int): PostConnection
- # Arguments
- # phone: [Not documented]
- (: String!): WaitlistEntry
- : WaitListConfig
- # Arguments
- # id: [Not documented]
- (: ID!): Credential!
- # Arguments
- # postID: [Not documented]
- (: ID): [ClassificationLog!]!
- : [BenchmarkTopic!]!
- # Arguments
- # postIDs: [Not documented]
- # topicIDs: [Not documented]
- # limit: [Not documented]
- # offset: [Not documented]
- (
- : [ID!],
- : [ID!],
- : Int,
- : Int
- ): TopicClassificationBenchmarkResult!
- # Arguments
- # credentialID: [Not documented]
- (: ID!): [CreditsEarnedByRenewalPeriod!]!
- # Returns the total credits earned over time for an optional credential, grouped
- # by renewal periods.
- #
- # Arguments
- # credentialID: [Not documented]
- (: ID): [CreditsEarnedByRenewalPeriod!]!
- # Arguments
- # correlationID: [Not documented]
- (: String!): [CloudwatchLog!]!
- # Arguments
- # correlationID: [Not documented]
- (: 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).
- (
- : String!,
- : InstitutionType,
- : Int
- ): InstitutionConnection!
- }
link Require by
This element is not required by anyone