gitHubAppInstallationTokenInput

Examples

input GitHubAppInstallationTokenInput {
  token: String!
  createdAt: String
  expiresAt: String
}

Fields

Field
Description
Supported fields

token String!

access token issued for a GitHub App installation

createdAt String

UTC timestamp

expiresAt String

UTC timestamp

References

Fields with this object:

Last updated