{"meta":{"title":"Meta","intro":"Documentação de referência para tipos de esquema GraphQL na categoria Meta.","product":"API GraphQL","breadcrumbs":[{"href":"/pt/enterprise-cloud@latest/graphql","title":"API GraphQL"},{"href":"/pt/enterprise-cloud@latest/graphql/reference","title":"Referência"},{"href":"/pt/enterprise-cloud@latest/graphql/reference/meta","title":"Meta"}],"documentType":"article"},"body":"# Meta\n\nDocumentação de referência para tipos de esquema GraphQL na categoria Meta.\n\n## CodeOfConduct - object\n\nThe Code of Conduct for a repository.\n\n**Implements:** Node\n\n### Fields for `CodeOfConduct`\n\n* `body` (String): The body of the Code of Conduct.\n* `id` (ID!): The Node ID of the CodeOfConduct object.\n* `key` (String!): The key for the Code of Conduct.\n* `name` (String!): The formal name of the Code of Conduct.\n* `resourcePath` (URI): The HTTP path for this Code of Conduct.\n* `url` (URI): The HTTP URL for this Code of Conduct.\n\n## codeOfConduct - query\n\nLook up a code of conduct by its key.\n\n**Type:** CodeOfConduct\n\n### Arguments for `codeOfConduct`\n\n* `key` (String!): The code of conduct's key.\n\n## codesOfConduct - query\n\nLook up a code of conduct by its key.\n\n**Type:** [CodeOfConduct]\n\n## ContentWarning - object\n\nThe content warning for a repository.\n\n### Fields for `ContentWarning`\n\n* `category` (String!): The content warning' category. E.g. 'mis_dis_information'.\n* `customSubCategory` (String): The content warning's custom sub category text. E.g. 'dangerous stuff.'.\n* `subCategory` (String): The content warning's sub category. E.g. 'medical_scientific'.\n* `subTitle` (String): The content warning's sub title. E.g. 'The information contained in this page has not been verified.'.\n* `title` (String!): The content warning's title. E.g. 'This page may contain false or misleading information.'.\n* `type` (String!): The type of content warning. E.g. 'interstitial'.\n\n## GitHubMetadata - object\n\nRepresents information about the GitHub instance.\n\n### Fields for `GitHubMetadata`\n\n* `gitHubServicesSha` (GitObjectID!): Returns a String that's a SHA of github-services.\n* `gitIpAddresses` ([String!]): IP addresses that users connect to for git operations.\n* `githubEnterpriseImporterIpAddresses` ([String!]): IP addresses that GitHub Enterprise Importer uses for outbound connections.\n* `hookIpAddresses` ([String!]): IP addresses that service hooks are sent from.\n* `importerIpAddresses` ([String!]): IP addresses that the importer connects from.\n* `isPasswordAuthenticationVerifiable` (Boolean!): Whether or not users are verified.\n* `pagesIpAddresses` ([String!]): IP addresses for GitHub Pages' A records.\n\n## meta - query\n\nReturn information about the GitHub instance.\n\n**Type:** GitHubMetadata!\n\n## Node - interface\n\nAn object with an ID.\n\n### Fields for `Node`\n\n* `id` (ID!): ID of the object.\n\n### Implemented by\n\n* Workflow\n* WorkflowRun\n* WorkflowRunFile\n* App\n* Bot\n* MarketplaceCategory\n* MarketplaceListing\n* BranchProtectionRule\n* BypassForcePushAllowance\n* BypassPullRequestAllowance\n* PushAllowance\n* ReviewDismissalAllowance\n* CheckRun\n* CheckSuite\n* Commit\n* CommitComment\n* CommitCommentThread\n* Comparison\n* Status\n* StatusCheckRollup\n* StatusContext\n* RepositoryVulnerabilityAlert\n* DependencyGraphManifest\n* DeployKey\n* DeployedEvent\n* Deployment\n* DeploymentEnvironmentChangedEvent\n* DeploymentReview\n* DeploymentStatus\n* Environment\n* PinnedEnvironment\n* Discussion\n* DiscussionCategory\n* DiscussionComment\n* DiscussionPoll\n* DiscussionPollOption\n* PinnedDiscussion\n* Enterprise\n* EnterpriseAdministratorInvitation\n* EnterpriseIdentityProvider\n* EnterpriseMemberInvitation\n* EnterpriseRepositoryInfo\n* EnterpriseServerInstallation\n* EnterpriseServerUserAccount\n* EnterpriseServerUserAccountEmail\n* EnterpriseServerUserAccountsUpload\n* EnterpriseTeam\n* EnterpriseUserAccount\n* ExternalIdentity\n* IpAllowListEntry\n* MembersCanDeleteReposClearAuditEntry\n* MembersCanDeleteReposDisableAuditEntry\n* MembersCanDeleteReposEnableAuditEntry\n* OIDCProvider\n* OauthApplicationCreateAuditEntry\n* PrivateRepositoryForkingDisableAuditEntry\n* PrivateRepositoryForkingEnableAuditEntry\n* RepoConfigDisableAnonymousGitAccessAuditEntry\n* RepoConfigDisableCollaboratorsOnlyAuditEntry\n* RepoConfigDisableContributorsOnlyAuditEntry\n* RepoConfigDisableSockpuppetDisallowedAuditEntry\n* RepoConfigEnableAnonymousGitAccessAuditEntry\n* RepoConfigEnableCollaboratorsOnlyAuditEntry\n* RepoConfigEnableContributorsOnlyAuditEntry\n* RepoConfigEnableSockpuppetDisallowedAuditEntry\n* RepoConfigLockAnonymousGitAccessAuditEntry\n* RepoConfigUnlockAnonymousGitAccessAuditEntry\n* RepositoryVisibilityChangeDisableAuditEntry\n* RepositoryVisibilityChangeEnableAuditEntry\n* UserNamespaceRepository\n* Gist\n* GistComment\n* Blob\n* Push\n* Ref\n* Tag\n* Tree\n* AssignedEvent\n* BlockedByAddedEvent\n* BlockedByRemovedEvent\n* BlockingAddedEvent\n* BlockingRemovedEvent\n* ClosedEvent\n* CommentDeletedEvent\n* ConnectedEvent\n* ConvertedNoteToIssueEvent\n* ConvertedToDiscussionEvent\n* CrossReferencedEvent\n* DemilestonedEvent\n* DisconnectedEvent\n* Issue\n* IssueComment\n* IssueCommentPinnedEvent\n* IssueCommentUnpinnedEvent\n* IssueFieldAddedEvent\n* IssueFieldChangedEvent\n* IssueFieldDate\n* IssueFieldDateValue\n* IssueFieldMultiSelect\n* IssueFieldMultiSelectValue\n* IssueFieldNumber\n* IssueFieldNumberValue\n* IssueFieldRemovedEvent\n* IssueFieldSingleSelect\n* IssueFieldSingleSelectOption\n* IssueFieldSingleSelectValue\n* IssueFieldText\n* IssueFieldTextValue\n* IssueType\n* IssueTypeAddedEvent\n* IssueTypeChangedEvent\n* IssueTypeRemovedEvent\n* Label\n* LabeledEvent\n* LinkedBranch\n* LockedEvent\n* MarkedAsDuplicateEvent\n* MentionedEvent\n* Milestone\n* MilestonedEvent\n* ParentIssueAddedEvent\n* ParentIssueRemovedEvent\n* PinnedEvent\n* PinnedIssue\n* PinnedIssueComment\n* ReferencedEvent\n* RenamedTitleEvent\n* ReopenedEvent\n* SubIssueAddedEvent\n* SubIssueRemovedEvent\n* SubscribedEvent\n* TransferredEvent\n* UnassignedEvent\n* UnlabeledEvent\n* UnlockedEvent\n* UnmarkedAsDuplicateEvent\n* UnpinnedEvent\n* UnsubscribedEvent\n* License\n* CodeOfConduct\n* Mannequin\n* MigrationSource\n* OrganizationMigration\n* RepositoryMigration\n* MemberFeatureRequestNotification\n* OrgAddBillingManagerAuditEntry\n* OrgAddMemberAuditEntry\n* OrgBlockUserAuditEntry\n* OrgConfigDisableCollaboratorsOnlyAuditEntry\n* OrgConfigEnableCollaboratorsOnlyAuditEntry\n* OrgCreateAuditEntry\n* OrgDisableOauthAppRestrictionsAuditEntry\n* OrgDisableSamlAuditEntry\n* OrgDisableTwoFactorRequirementAuditEntry\n* OrgEnableOauthAppRestrictionsAuditEntry\n* OrgEnableSamlAuditEntry\n* OrgEnableTwoFactorRequirementAuditEntry\n* OrgInviteMemberAuditEntry\n* OrgInviteToBusinessAuditEntry\n* OrgOauthAppAccessApprovedAuditEntry\n* OrgOauthAppAccessBlockedAuditEntry\n* OrgOauthAppAccessDeniedAuditEntry\n* OrgOauthAppAccessRequestedAuditEntry\n* OrgOauthAppAccessUnblockedAuditEntry\n* OrgRemoveBillingManagerAuditEntry\n* OrgRemoveMemberAuditEntry\n* OrgRemoveOutsideCollaboratorAuditEntry\n* OrgRestoreMemberAuditEntry\n* OrgUnblockUserAuditEntry\n* OrgUpdateDefaultRepositoryPermissionAuditEntry\n* OrgUpdateMemberAuditEntry\n* OrgUpdateMemberRepositoryCreationPermissionAuditEntry\n* OrgUpdateMemberRepositoryInvitationPermissionAuditEntry\n* Organization\n* OrganizationIdentityProvider\n* OrganizationInvitation\n* VerifiableDomain\n* Package\n* PackageFile\n* PackageTag\n* PackageVersion\n* AddedToProjectV2Event\n* DraftIssue\n* ProjectV2\n* ProjectV2Field\n* ProjectV2Item\n* ProjectV2ItemFieldDateValue\n* ProjectV2ItemFieldIterationValue\n* ProjectV2ItemFieldMultiSelectValue\n* ProjectV2ItemFieldNumberValue\n* ProjectV2ItemFieldSingleSelectValue\n* ProjectV2ItemFieldTextValue\n* ProjectV2ItemStatusChangedEvent\n* ProjectV2IterationField\n* ProjectV2MultiSelectField\n* ProjectV2SingleSelectField\n* ProjectV2StatusUpdate\n* ProjectV2View\n* ProjectV2Workflow\n* RemovedFromProjectV2Event\n* AddedToProjectEvent\n* MovedColumnsInProjectEvent\n* Project\n* ProjectCard\n* ProjectColumn\n* RemovedFromProjectEvent\n* AddedToMergeQueueEvent\n* AutoMergeDisabledEvent\n* AutoMergeEnabledEvent\n* AutoRebaseEnabledEvent\n* AutoSquashEnabledEvent\n* AutomaticBaseChangeFailedEvent\n* AutomaticBaseChangeSucceededEvent\n* BaseRefChangedEvent\n* BaseRefDeletedEvent\n* BaseRefForcePushedEvent\n* ConvertToDraftEvent\n* ConvertedFromDraftEvent\n* HeadRefDeletedEvent\n* HeadRefForcePushedEvent\n* HeadRefRestoredEvent\n* MergeQueue\n* MergeQueueEntry\n* MergedEvent\n* PullRequest\n* PullRequestCommit\n* PullRequestCommitCommentThread\n* PullRequestReview\n* PullRequestReviewComment\n* PullRequestReviewThread\n* PullRequestStack\n* PullRequestStackEntry\n* PullRequestThread\n* ReadyForReviewEvent\n* RemovedFromMergeQueueEvent\n* ReviewDismissedEvent\n* ReviewRequest\n* ReviewRequestRemovedEvent\n* ReviewRequestedEvent\n* Reaction\n* Release\n* ReleaseAsset\n* Language\n* RepoAccessAuditEntry\n* RepoAddMemberAuditEntry\n* RepoAddTopicAuditEntry\n* RepoArchivedAuditEntry\n* RepoChangeMergeSettingAuditEntry\n* RepoCreateAuditEntry\n* RepoDestroyAuditEntry\n* RepoRemoveMemberAuditEntry\n* RepoRemoveTopicAuditEntry\n* Repository\n* RepositoryCustomProperty\n* RepositoryInvitation\n* RepositoryRule\n* RepositoryRuleset\n* RepositoryRulesetBypassActor\n* RepositoryTopic\n* Topic\n* CWE\n* SecurityAdvisory\n* SponsorsActivity\n* SponsorsListing\n* SponsorsListingFeaturedItem\n* SponsorsTier\n* Sponsorship\n* SponsorshipNewsletter\n* Team\n* TeamAddMemberAuditEntry\n* TeamAddRepositoryAuditEntry\n* TeamChangeParentTeamAuditEntry\n* TeamRemoveMemberAuditEntry\n* TeamRemoveRepositoryAuditEntry\n* PublicKey\n* SavedReply\n* User\n* UserBlockedEvent\n* UserContentEdit\n* UserList\n* UserStatus\n\n## node - query\n\nFetches an object given its ID.\n\n**Type:** Node\n\n### Arguments for `node`\n\n* `id` (ID!): ID of the object.\n\n## nodes - query\n\nLookup nodes by a list of IDs.\n\n**Type:** [Node]!\n\n### Arguments for `nodes`\n\n* `ids` ([ID!]!): The list of node IDs.\n\n## OperationType - enum\n\nThe corresponding operation type for the action.\n\n### Values for `OperationType`\n\n* `ACCESS`: An existing resource was accessed.\n* `AUTHENTICATION`: A resource performed an authentication event.\n* `CREATE`: A new resource was created.\n* `MODIFY`: An existing resource was modified.\n* `REMOVE`: An existing resource was removed.\n* `RESTORE`: An existing resource was restored.\n* `TRANSFER`: An existing resource was transferred between multiple resources.\n\n## OrderDirection - enum\n\nPossible directions in which to order a list of items when provided an orderBy argument.\n\n### Values for `OrderDirection`\n\n* `ASC`: Specifies an ascending order for a given orderBy argument.\n* `DESC`: Specifies a descending order for a given orderBy argument.\n\n## RateLimit - object\n\nRepresents the client's rate limit.\n\n### Fields for `RateLimit`\n\n* `cost` (Int!): The point cost for the current query counting against the rate limit.\n* `limit` (Int!): The maximum number of points the client is permitted to consume in a 60 minute window.\n* `nodeCount` (Int!): The maximum number of nodes this query may return.\n* `remaining` (Int!): The number of points remaining in the current rate limit window.\n* `resetAt` (DateTime!): The time at which the current rate limit window resets in UTC epoch seconds.\n* `used` (Int!): The number of points used in the current rate limit window.\n\n## rateLimit - query\n\nThe client's rate limit information.\n\n**Type:** RateLimit\n\n### Arguments for `rateLimit`\n\n* `dryRun` (Boolean): If true, calculate the cost for the query without evaluating it.\n\n## ReportedContentClassifiers - enum\n\nThe reasons a piece of content can be reported or minimized.\n\n### Values for `ReportedContentClassifiers`\n\n* `ABUSE`: An abusive or harassing piece of content.\n* `DUPLICATE`: A duplicated piece of content.\n* `LOW_QUALITY`: A low quality piece of content.\n* `OFF_TOPIC`: An irrelevant piece of content.\n* `OUTDATED`: An outdated piece of content.\n* `RESOLVED`: The content has been resolved.\n* `SPAM`: A spammy piece of content.\n\n## resource - query\n\nLookup resource by a URL.\n\n**Type:** UniformResourceLocatable\n\n### Arguments for `resource`\n\n* `url` (URI!): The URL.\n\n## UniformResourceLocatable - interface\n\nRepresents a type that can be retrieved by a URL.\n\n### Fields for `UniformResourceLocatable`\n\n* `resourcePath` (URI!): The HTML path to this resource.\n* `url` (URI!): The URL to this resource.\n\n### Implemented by\n\n* Workflow\n* WorkflowRun\n* WorkflowRunFile\n* Bot\n* CheckRun\n* Commit\n* Gist\n* ClosedEvent\n* CrossReferencedEvent\n* Issue\n* Milestone\n* Mannequin\n* Organization\n* ConvertToDraftEvent\n* MergedEvent\n* PullRequest\n* PullRequestCommit\n* ReadyForReviewEvent\n* ReviewDismissedEvent\n* Release\n* Repository\n* RepositoryTopic\n* User"}