Sha256: 5f913bd80e94cf98698a7f2e34ddaaaf2443f1e3d00c998803c71bb6dd194b9b
Contents?: true
Size: 719 Bytes
Versions: 21
Compression:
Stored size: 719 Bytes
Contents
query AllOrgs ($type: String) { organizations { nodes { id businessName website apps(first: 500) { nodes { id title apiKey apiSecretKeys{ secret } appType extensionRegistrations(specificationIdentifier: $type) { id type uuid title draftVersion { registrationId context lastUserInteractionAt location validationErrors { field message } id uuid versionTag } } } } } } }
Version data entries
21 entries across 21 versions & 1 rubygems