Skip to content

Geo GraphQL API: List Blob replicable names

Add an endpoint.

Request:

GET /api/v4/geo/blob

Not sure yet what this should look like in the GraphQL context.

Response like:

{
  "data": {
    [ "package_file", "upload", "lfs_object", "job_artifact" ]
  }
}
Edited by Michael Kozono