{"meta":{"title":"Ключи развертывания","intro":"Справочная документация по типам схем GraphQL в категории ключей Deploy.","product":"API GraphQL","breadcrumbs":[{"href":"/ru/graphql","title":"API GraphQL"},{"href":"/ru/graphql/reference","title":"Справочные материалы"},{"href":"/ru/graphql/reference/deploy-keys","title":"Ключи развертывания"}],"documentType":"article"},"body":"# Ключи развертывания\n\nСправочная документация по типам схем GraphQL в категории ключей Deploy.\n\n## DeployKey - object\n\nA repository deploy key.\n\n**Implements:** Node\n\n### Fields for `DeployKey`\n\n* `createdAt` (DateTime!): Identifies the date and time when the object was created.\n* `enabled` (Boolean!): Whether or not the deploy key is enabled by policy at the Enterprise or Organization level.\n* `id` (ID!): The Node ID of the DeployKey object.\n* `key` (String!): The deploy key.\n* `readOnly` (Boolean!): Whether or not the deploy key is read only.\n* `title` (String!): The deploy key title.\n* `verified` (Boolean!): Whether or not the deploy key has been verified.\n\n## DeployKeyConnection - object\n\nThe connection type for DeployKey.\n\n### Fields for `DeployKeyConnection`\n\n* `edges` ([DeployKeyEdge]): A list of edges.\n* `nodes` ([DeployKey]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## DeployKeyEdge - object\n\nAn edge in a connection.\n\n### Fields for `DeployKeyEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (DeployKey): The item at the end of the edge."}