AppEnvironmentSyncConfigFile
A config file included in an environment sync preview.
type AppEnvironmentSyncConfigFile {
apiUrl: String
branch: String
contents: String
filename: String
htmlUrl: String
repo: String
}
Fields
AppEnvironmentSyncConfigFile.apiUrl ● String scalar common
The API URL for the file.
AppEnvironmentSyncConfigFile.branch ● String scalar common
The branch containing the file.
AppEnvironmentSyncConfigFile.contents ● String scalar common
The file contents.
AppEnvironmentSyncConfigFile.filename ● String scalar common
The file name.
AppEnvironmentSyncConfigFile.htmlUrl ● String scalar common
The HTML URL for the file.
AppEnvironmentSyncConfigFile.repo ● String scalar common
The repository containing the file.
Member Of
AppEnvironmentSyncConfig object