fly_io 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +15 -0
- data/CONTRIBUTING.md +14 -0
- data/LICENSE +21 -0
- data/README.md +239 -0
- data/Rakefile +30 -0
- data/contracts/additional_rest/network_policies.json +94 -0
- data/contracts/additional_rest/prometheus.json +103 -0
- data/contracts/graphql/fly_go_operations.json +948 -0
- data/contracts/graphql/flyctl_named_operations.graphql +316 -0
- data/contracts/graphql/flyctl_operations.json +336 -0
- data/contracts/graphql/official_examples.json +75 -0
- data/contracts/graphql/schema.graphql +10995 -0
- data/contracts/graphql/source.json +29 -0
- data/contracts/machines/openapi.headers +9 -0
- data/contracts/machines/openapi.json +1 -0
- data/contracts/machines/source.json +20 -0
- data/contracts/public_surface_inventory.json +164 -0
- data/contracts/research_metadata.json +17 -0
- data/contracts/sources/metrics.html.md +474 -0
- data/contracts/sources/network-policies.html.markerb +142 -0
- data/docs/API.md +149 -0
- data/docs/SURFACES.md +60 -0
- data/lib/fly_io/client.rb +52 -0
- data/lib/fly_io/configuration.rb +115 -0
- data/lib/fly_io/errors.rb +45 -0
- data/lib/fly_io/generated/additional_operations.json +123 -0
- data/lib/fly_io/generated/graphql_operations.json +1658 -0
- data/lib/fly_io/generated/operations.json +6130 -0
- data/lib/fly_io/generated/prometheus_operations.json +503 -0
- data/lib/fly_io/generated/schemas.json +4237 -0
- data/lib/fly_io/graphql_client.rb +103 -0
- data/lib/fly_io/model.rb +65 -0
- data/lib/fly_io/operation_registry.rb +79 -0
- data/lib/fly_io/redactor.rb +34 -0
- data/lib/fly_io/resources/base.rb +68 -0
- data/lib/fly_io/resources.rb +30 -0
- data/lib/fly_io/response.rb +45 -0
- data/lib/fly_io/schema_registry.rb +89 -0
- data/lib/fly_io/schema_validator.rb +56 -0
- data/lib/fly_io/transport.rb +282 -0
- data/lib/fly_io/version.rb +5 -0
- data/lib/fly_io.rb +23 -0
- data/script/check_api_coverage +60 -0
- data/script/fetch_openapi +18 -0
- data/script/generate_api +302 -0
- metadata +197 -0
|
@@ -0,0 +1,1658 @@
|
|
|
1
|
+
{
|
|
2
|
+
"surface": "control_plane_graphql",
|
|
3
|
+
"endpoint": "https://api.fly.io/graphql",
|
|
4
|
+
"stability": "experimental_internal_no_stability_guarantee",
|
|
5
|
+
"schema": {
|
|
6
|
+
"source_path": "gql/schema.graphql",
|
|
7
|
+
"sha256": "2f1a1d0f2f8940277e5e14002c78cb4f6404b3ea1ce9d0999d4d3b65c52f9480",
|
|
8
|
+
"bytes": 190611,
|
|
9
|
+
"lines": 10995
|
|
10
|
+
},
|
|
11
|
+
"counts": {
|
|
12
|
+
"flyctl_named": 27,
|
|
13
|
+
"flyctl_ad_hoc": 2,
|
|
14
|
+
"fly_go": 85,
|
|
15
|
+
"official_examples": 3,
|
|
16
|
+
"total": 117
|
|
17
|
+
},
|
|
18
|
+
"operations": [
|
|
19
|
+
{
|
|
20
|
+
"name": "flyctl.AgentGetInstances",
|
|
21
|
+
"operation_name": "AgentGetInstances",
|
|
22
|
+
"operation_type": "query",
|
|
23
|
+
"root_fields": [
|
|
24
|
+
"app"
|
|
25
|
+
],
|
|
26
|
+
"document": "query AgentGetInstances ($appName: String!) {\n\tapp(name: $appName) {\n\t\torganization {\n\t\t\tslug\n\t\t}\n\t\tid\n\t\tname\n\t\tallocations(showCompleted: false) {\n\t\t\tid\n\t\t\tregion\n\t\t\tprivateIP\n\t\t}\n\t\tmachines {\n\t\t\tnodes {\n\t\t\t\tstate\n\t\t\t\tid\n\t\t\t\tregion\n\t\t\t\tips {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tkind\n\t\t\t\t\t\tfamily\n\t\t\t\t\t\tip\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
|
|
27
|
+
"stability": "experimental",
|
|
28
|
+
"observed_in": "flyctl",
|
|
29
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
30
|
+
"source_path": "agent/client.go",
|
|
31
|
+
"source_line": 585
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "flyctl.AgreedToProviderTos",
|
|
35
|
+
"operation_name": "AgreedToProviderTos",
|
|
36
|
+
"operation_type": "query",
|
|
37
|
+
"root_fields": [
|
|
38
|
+
"viewer"
|
|
39
|
+
],
|
|
40
|
+
"document": "query AgreedToProviderTos ($addOnProviderName: String!) {\n\tviewer {\n\t\t__typename\n\t\t... on User {\n\t\t\tagreedToProviderTos(providerName: $addOnProviderName)\n\t\t}\n\t}\n}",
|
|
41
|
+
"stability": "experimental",
|
|
42
|
+
"observed_in": "flyctl",
|
|
43
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
44
|
+
"source_path": "gql/genqclient.graphql",
|
|
45
|
+
"source_line": 90
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "flyctl.AllApps",
|
|
49
|
+
"operation_name": "AllApps",
|
|
50
|
+
"operation_type": "query",
|
|
51
|
+
"root_fields": [
|
|
52
|
+
"organization"
|
|
53
|
+
],
|
|
54
|
+
"document": "query AllApps ($orgSlug: String!) {\n\torganization(slug: $orgSlug) {\n\t\tapps {\n\t\t\tnodes {\n\t\t\t\tid\n\t\t\t\tcreatedAt\n\t\t\t}\n\t\t}\n\t}\n}",
|
|
55
|
+
"stability": "experimental",
|
|
56
|
+
"observed_in": "flyctl",
|
|
57
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
58
|
+
"source_path": "scripts/clean-up-preflight-apps/main.go",
|
|
59
|
+
"source_line": 37
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "flyctl.CreateAddOn",
|
|
63
|
+
"operation_name": "CreateAddOn",
|
|
64
|
+
"operation_type": "mutation",
|
|
65
|
+
"root_fields": [
|
|
66
|
+
"createAddOn"
|
|
67
|
+
],
|
|
68
|
+
"document": "mutation CreateAddOn ($input: CreateAddOnInput!) {\n\tcreateAddOn(input: $input) {\n\t\taddOn {\n\t\t\tname\n\t\t\tpublicUrl\n\t\t\tssoLink\n\t\t\tenvironment\n\t\t\tprimaryRegion\n\t\t}\n\t}\n}",
|
|
69
|
+
"stability": "experimental",
|
|
70
|
+
"observed_in": "flyctl",
|
|
71
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
72
|
+
"source_path": "gql/genqclient.graphql",
|
|
73
|
+
"source_line": 41
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "flyctl.CreateApp",
|
|
77
|
+
"operation_name": "CreateApp",
|
|
78
|
+
"operation_type": "mutation",
|
|
79
|
+
"root_fields": [
|
|
80
|
+
"createApp"
|
|
81
|
+
],
|
|
82
|
+
"document": "mutation CreateApp ($input: CreateAppInput!) {\n\tcreateApp(input: $input) {\n\t\tapp {\n\t\t\t... AppData\n\t\t\tconfig {\n\t\t\t\tdefinition\n\t\t\t}\n\t\t\tregions {\n\t\t\t\tname\n\t\t\t\tcode\n\t\t\t}\n\t\t}\n\t}\n}\nfragment AppData on App {\n\tid\n\tname\n\tdeployed\n\tplatformVersion\n\tcnameTarget\n\tsecrets {\n\t\tname\n\t}\n\torganization {\n\t\t... OrganizationData\n\t}\n}\nfragment OrganizationData on Organization {\n\tid\n\tslug\n\trawSlug\n\tpaidPlan\n\taddOnSsoLink\n\tprovisionsBetaExtensions\n\tname\n\tbillable\n\tbillingStatus\n}",
|
|
83
|
+
"stability": "experimental",
|
|
84
|
+
"observed_in": "flyctl",
|
|
85
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
86
|
+
"source_path": "gql/genqclient.graphql",
|
|
87
|
+
"source_line": 69
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "flyctl.CreateExtension",
|
|
91
|
+
"operation_name": "CreateExtension",
|
|
92
|
+
"operation_type": "mutation",
|
|
93
|
+
"root_fields": [
|
|
94
|
+
"createAddOn"
|
|
95
|
+
],
|
|
96
|
+
"document": "mutation CreateExtension ($input: CreateAddOnInput!) {\n\tcreateAddOn(input: $input) {\n\t\taddOn {\n\t\t\t... ExtensionData\n\t\t}\n\t}\n}\nfragment ExtensionData on AddOn {\n\tname\n\tssoLink\n\tenvironment\n\tprimaryRegion\n}",
|
|
97
|
+
"stability": "experimental",
|
|
98
|
+
"observed_in": "flyctl",
|
|
99
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
100
|
+
"source_path": "gql/genqclient.graphql",
|
|
101
|
+
"source_line": 60
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "flyctl.CreateLimitedAccessToken",
|
|
105
|
+
"operation_name": "CreateLimitedAccessToken",
|
|
106
|
+
"operation_type": "mutation",
|
|
107
|
+
"root_fields": [
|
|
108
|
+
"createLimitedAccessToken"
|
|
109
|
+
],
|
|
110
|
+
"document": "mutation CreateLimitedAccessToken ($name: String!, $organizationId: ID!, $profile: String!, $profileParams: JSON, $expiry: String!) {\n\tcreateLimitedAccessToken(input: {name:$name,organizationId:$organizationId,profile:$profile,profileParams:$profileParams,expiry:$expiry}) {\n\t\tlimitedAccessToken {\n\t\t\ttokenHeader\n\t\t}\n\t}\n}",
|
|
111
|
+
"stability": "experimental",
|
|
112
|
+
"observed_in": "flyctl",
|
|
113
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
114
|
+
"source_path": "gql/genqclient.graphql",
|
|
115
|
+
"source_line": 188
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "flyctl.CreateTosAgreement",
|
|
119
|
+
"operation_name": "CreateTosAgreement",
|
|
120
|
+
"operation_type": "mutation",
|
|
121
|
+
"root_fields": [
|
|
122
|
+
"createExtensionTosAgreement"
|
|
123
|
+
],
|
|
124
|
+
"document": "mutation CreateTosAgreement ($providerName: String!) {\n\tcreateExtensionTosAgreement(input: {addOnProviderName:$providerName}) {\n\t\tclientMutationId\n\t}\n}",
|
|
125
|
+
"stability": "experimental",
|
|
126
|
+
"observed_in": "flyctl",
|
|
127
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
128
|
+
"source_path": "gql/genqclient.graphql",
|
|
129
|
+
"source_line": 84
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "flyctl.DeleteAddOn",
|
|
133
|
+
"operation_name": "DeleteAddOn",
|
|
134
|
+
"operation_type": "mutation",
|
|
135
|
+
"root_fields": [
|
|
136
|
+
"deleteAddOn"
|
|
137
|
+
],
|
|
138
|
+
"document": "mutation DeleteAddOn ($name: String, $provider: String) {\n\tdeleteAddOn(input: {name:$name,provider:$provider}) {\n\t\tdeletedAddOnName\n\t}\n}",
|
|
139
|
+
"stability": "experimental",
|
|
140
|
+
"observed_in": "flyctl",
|
|
141
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
142
|
+
"source_path": "gql/genqclient.graphql",
|
|
143
|
+
"source_line": 212
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "flyctl.FlyctlConfigCurrentRelease",
|
|
147
|
+
"operation_name": "FlyctlConfigCurrentRelease",
|
|
148
|
+
"operation_type": "query",
|
|
149
|
+
"root_fields": [
|
|
150
|
+
"app"
|
|
151
|
+
],
|
|
152
|
+
"document": "query FlyctlConfigCurrentRelease ($appName: String!) {\n\tapp(name: $appName) {\n\t\tcurrentReleaseUnprocessed {\n\t\t\tconfigDefinition\n\t\t}\n\t}\n}",
|
|
153
|
+
"stability": "experimental",
|
|
154
|
+
"observed_in": "flyctl",
|
|
155
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
156
|
+
"source_path": "internal/appconfig/remote.go",
|
|
157
|
+
"source_line": 54
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "flyctl.GetAddOn",
|
|
161
|
+
"operation_name": "GetAddOn",
|
|
162
|
+
"operation_type": "query",
|
|
163
|
+
"root_fields": [
|
|
164
|
+
"addOn"
|
|
165
|
+
],
|
|
166
|
+
"document": "query GetAddOn ($name: String, $provider: String) {\n\taddOn(name: $name, provider: $provider) {\n\t\t... AddOnData\n\t\tpublicUrl\n\t\tprivateIp\n\t\tpassword\n\t\tstatus\n\t\tprimaryRegion\n\t\treadRegions\n\t\toptions\n\t\tmetadata\n\t\tssoLink\n\t\torganization {\n\t\t\tslug\n\t\t\tpaidPlan\n\t\t}\n\t\taddOnProvider {\n\t\t\t... ExtensionProviderData\n\t\t}\n\t\tapp {\n\t\t\t... AppData\n\t\t}\n\t\taddOnPlan {\n\t\t\tid\n\t\t\tname\n\t\t\tdisplayName\n\t\t\tdescription\n\t\t}\n\t}\n}\nfragment AddOnData on AddOn {\n\tid\n\tname\n\tprimaryRegion\n\tstatus\n\terrorMessage\n\tmetadata\n\toptions\n}\nfragment ExtensionProviderData on AddOnProvider {\n\tid\n\tname\n\tdisplayName\n\ttosUrl\n\tasyncProvisioning\n\tautoProvision\n\tselectName\n\tselectRegion\n\tselectReplicaRegions\n\tdetectPlatform\n\tresourceName\n\tnameSuffix\n\tbeta\n\ttosAgreement\n\tinternal\n\tprovisioningInstructions\n\texcludedRegions {\n\t\tcode\n\t}\n}\nfragment AppData on App {\n\tid\n\tname\n\tdeployed\n\tplatformVersion\n\tcnameTarget\n\tsecrets {\n\t\tname\n\t}\n\torganization {\n\t\t... OrganizationData\n\t}\n}\nfragment OrganizationData on Organization {\n\tid\n\tslug\n\trawSlug\n\tpaidPlan\n\taddOnSsoLink\n\tprovisionsBetaExtensions\n\tname\n\tbillable\n\tbillingStatus\n}",
|
|
167
|
+
"stability": "experimental",
|
|
168
|
+
"observed_in": "flyctl",
|
|
169
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
170
|
+
"source_path": "gql/genqclient.graphql",
|
|
171
|
+
"source_line": 10
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "flyctl.GetAddOnProvider",
|
|
175
|
+
"operation_name": "GetAddOnProvider",
|
|
176
|
+
"operation_type": "query",
|
|
177
|
+
"root_fields": [
|
|
178
|
+
"addOnProvider"
|
|
179
|
+
],
|
|
180
|
+
"document": "query GetAddOnProvider ($name: String!) {\n\taddOnProvider(name: $name) {\n\t\t... ExtensionProviderData\n\t}\n}\nfragment ExtensionProviderData on AddOnProvider {\n\tid\n\tname\n\tdisplayName\n\ttosUrl\n\tasyncProvisioning\n\tautoProvision\n\tselectName\n\tselectRegion\n\tselectReplicaRegions\n\tdetectPlatform\n\tresourceName\n\tnameSuffix\n\tbeta\n\ttosAgreement\n\tinternal\n\tprovisioningInstructions\n\texcludedRegions {\n\t\tcode\n\t}\n}",
|
|
181
|
+
"stability": "experimental",
|
|
182
|
+
"observed_in": "flyctl",
|
|
183
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
184
|
+
"source_path": "gql/genqclient.graphql",
|
|
185
|
+
"source_line": 240
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "flyctl.GetApp",
|
|
189
|
+
"operation_name": "GetApp",
|
|
190
|
+
"operation_type": "query",
|
|
191
|
+
"root_fields": [
|
|
192
|
+
"app"
|
|
193
|
+
],
|
|
194
|
+
"document": "query GetApp ($name: String!) {\n\tapp(name: $name) {\n\t\t... AppData\n\t}\n}\nfragment AppData on App {\n\tid\n\tname\n\tdeployed\n\tplatformVersion\n\tcnameTarget\n\tsecrets {\n\t\tname\n\t}\n\torganization {\n\t\t... OrganizationData\n\t}\n}\nfragment OrganizationData on Organization {\n\tid\n\tslug\n\trawSlug\n\tpaidPlan\n\taddOnSsoLink\n\tprovisionsBetaExtensions\n\tname\n\tbillable\n\tbillingStatus\n}",
|
|
195
|
+
"stability": "experimental",
|
|
196
|
+
"observed_in": "flyctl",
|
|
197
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
198
|
+
"source_path": "gql/genqclient.graphql",
|
|
199
|
+
"source_line": 104
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "flyctl.GetAppWithAddons",
|
|
203
|
+
"operation_name": "GetAppWithAddons",
|
|
204
|
+
"operation_type": "query",
|
|
205
|
+
"root_fields": [
|
|
206
|
+
"app"
|
|
207
|
+
],
|
|
208
|
+
"document": "query GetAppWithAddons ($name: String!, $addOnType: AddOnType!) {\n\tapp(name: $name) {\n\t\t... AppData\n\t\taddOns(type: $addOnType) {\n\t\t\tnodes {\n\t\t\t\t... AddOnData\n\t\t\t}\n\t\t}\n\t}\n}\nfragment AppData on App {\n\tid\n\tname\n\tdeployed\n\tplatformVersion\n\tcnameTarget\n\tsecrets {\n\t\tname\n\t}\n\torganization {\n\t\t... OrganizationData\n\t}\n}\nfragment AddOnData on AddOn {\n\tid\n\tname\n\tprimaryRegion\n\tstatus\n\terrorMessage\n\tmetadata\n\toptions\n}\nfragment OrganizationData on Organization {\n\tid\n\tslug\n\trawSlug\n\tpaidPlan\n\taddOnSsoLink\n\tprovisionsBetaExtensions\n\tname\n\tbillable\n\tbillingStatus\n}",
|
|
209
|
+
"stability": "experimental",
|
|
210
|
+
"observed_in": "flyctl",
|
|
211
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
212
|
+
"source_path": "gql/genqclient.graphql",
|
|
213
|
+
"source_line": 110
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "flyctl.GetAppsByRole",
|
|
217
|
+
"operation_name": "GetAppsByRole",
|
|
218
|
+
"operation_type": "query",
|
|
219
|
+
"root_fields": [
|
|
220
|
+
"apps"
|
|
221
|
+
],
|
|
222
|
+
"document": "query GetAppsByRole ($role: String!, $organizationId: ID!) {\n\tapps(role: $role, organizationId: $organizationId) {\n\t\tnodes {\n\t\t\t... AppData\n\t\t}\n\t}\n}\nfragment AppData on App {\n\tid\n\tname\n\tdeployed\n\tplatformVersion\n\tcnameTarget\n\tsecrets {\n\t\tname\n\t}\n\torganization {\n\t\t... OrganizationData\n\t}\n}\nfragment OrganizationData on Organization {\n\tid\n\tslug\n\trawSlug\n\tpaidPlan\n\taddOnSsoLink\n\tprovisionsBetaExtensions\n\tname\n\tbillable\n\tbillingStatus\n}",
|
|
223
|
+
"stability": "experimental",
|
|
224
|
+
"observed_in": "flyctl",
|
|
225
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
226
|
+
"source_path": "gql/genqclient.graphql",
|
|
227
|
+
"source_line": 121
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "flyctl.GetExtensionSsoLink",
|
|
231
|
+
"operation_name": "GetExtensionSsoLink",
|
|
232
|
+
"operation_type": "query",
|
|
233
|
+
"root_fields": [
|
|
234
|
+
"organization"
|
|
235
|
+
],
|
|
236
|
+
"document": "query GetExtensionSsoLink ($orgSlug: String!, $provider: String!) {\n\torganization(slug: $orgSlug) {\n\t\textensionSsoLink(provider: $provider)\n\t}\n}",
|
|
237
|
+
"stability": "experimental",
|
|
238
|
+
"observed_in": "flyctl",
|
|
239
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
240
|
+
"source_path": "gql/genqclient.graphql",
|
|
241
|
+
"source_line": 129
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "flyctl.GetNearestRegion",
|
|
245
|
+
"operation_name": "GetNearestRegion",
|
|
246
|
+
"operation_type": "query",
|
|
247
|
+
"root_fields": [
|
|
248
|
+
"nearestRegion"
|
|
249
|
+
],
|
|
250
|
+
"document": "query GetNearestRegion {\n\tnearestRegion {\n\t\tcode\n\t\tname\n\t\tgatewayAvailable\n\t\tdeprecated\n\t}\n}",
|
|
251
|
+
"stability": "experimental",
|
|
252
|
+
"observed_in": "flyctl",
|
|
253
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
254
|
+
"source_path": "gql/genqclient.graphql",
|
|
255
|
+
"source_line": 179
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "flyctl.GetOrganization",
|
|
259
|
+
"operation_name": "GetOrganization",
|
|
260
|
+
"operation_type": "query",
|
|
261
|
+
"root_fields": [
|
|
262
|
+
"organization"
|
|
263
|
+
],
|
|
264
|
+
"document": "query GetOrganization ($slug: String!) {\n\torganization(slug: $slug) {\n\t\t... OrganizationData\n\t}\n}\nfragment OrganizationData on Organization {\n\tid\n\tslug\n\trawSlug\n\tpaidPlan\n\taddOnSsoLink\n\tprovisionsBetaExtensions\n\tname\n\tbillable\n\tbillingStatus\n}",
|
|
265
|
+
"stability": "experimental",
|
|
266
|
+
"observed_in": "flyctl",
|
|
267
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
268
|
+
"source_path": "gql/genqclient.graphql",
|
|
269
|
+
"source_line": 98
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "flyctl.ListAddOnPlans",
|
|
273
|
+
"operation_name": "ListAddOnPlans",
|
|
274
|
+
"operation_type": "query",
|
|
275
|
+
"root_fields": [
|
|
276
|
+
"addOnPlans"
|
|
277
|
+
],
|
|
278
|
+
"document": "query ListAddOnPlans ($addOnType: AddOnType!) {\n\taddOnPlans(type: $addOnType) {\n\t\tnodes {\n\t\t\tid\n\t\t\tdescription\n\t\t\tdisplayName\n\t\t\tmaxDataSize\n\t\t\tpricePerMonth\n\t\t}\n\t}\n}",
|
|
279
|
+
"stability": "experimental",
|
|
280
|
+
"observed_in": "flyctl",
|
|
281
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
282
|
+
"source_path": "gql/genqclient.graphql",
|
|
283
|
+
"source_line": 305
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "flyctl.ListAddOns",
|
|
287
|
+
"operation_name": "ListAddOns",
|
|
288
|
+
"operation_type": "query",
|
|
289
|
+
"root_fields": [
|
|
290
|
+
"addOns"
|
|
291
|
+
],
|
|
292
|
+
"document": "query ListAddOns ($addOnType: AddOnType) {\n\taddOns(type: $addOnType) {\n\t\tnodes {\n\t\t\tid\n\t\t\tname\n\t\t\taddOnPlan {\n\t\t\t\tdisplayName\n\t\t\t\tdescription\n\t\t\t}\n\t\t\tprivateIp\n\t\t\tprimaryRegion\n\t\t\treadRegions\n\t\t\toptions\n\t\t\tmetadata\n\t\t\torganization {\n\t\t\t\tid\n\t\t\t\tslug\n\t\t\t}\n\t\t}\n\t}\n}",
|
|
293
|
+
"stability": "experimental",
|
|
294
|
+
"observed_in": "flyctl",
|
|
295
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
296
|
+
"source_path": "gql/genqclient.graphql",
|
|
297
|
+
"source_line": 245
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "flyctl.ListOrganizationAddOns",
|
|
301
|
+
"operation_name": "ListOrganizationAddOns",
|
|
302
|
+
"operation_type": "query",
|
|
303
|
+
"root_fields": [
|
|
304
|
+
"organization"
|
|
305
|
+
],
|
|
306
|
+
"document": "query ListOrganizationAddOns ($orgSlug: String!, $addOnType: AddOnType) {\n\torganization(slug: $orgSlug) {\n\t\taddOns(type: $addOnType) {\n\t\t\tnodes {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\taddOnPlan {\n\t\t\t\t\tdisplayName\n\t\t\t\t\tdescription\n\t\t\t\t}\n\t\t\t\tprivateIp\n\t\t\t\tprimaryRegion\n\t\t\t\treadRegions\n\t\t\t\toptions\n\t\t\t\tmetadata\n\t\t\t}\n\t\t}\n\t}\n}",
|
|
307
|
+
"stability": "experimental",
|
|
308
|
+
"observed_in": "flyctl",
|
|
309
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
310
|
+
"source_path": "gql/genqclient.graphql",
|
|
311
|
+
"source_line": 267
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "flyctl.LogOut",
|
|
315
|
+
"operation_name": "LogOut",
|
|
316
|
+
"operation_type": "mutation",
|
|
317
|
+
"root_fields": [
|
|
318
|
+
"logOut"
|
|
319
|
+
],
|
|
320
|
+
"document": "mutation LogOut {\n\tlogOut(input: {}) {\n\t\tok\n\t}\n}",
|
|
321
|
+
"stability": "experimental",
|
|
322
|
+
"observed_in": "flyctl",
|
|
323
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
324
|
+
"source_path": "gql/genqclient.graphql",
|
|
325
|
+
"source_line": 196
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "flyctl.ResetAddOnPassword",
|
|
329
|
+
"operation_name": "ResetAddOnPassword",
|
|
330
|
+
"operation_type": "mutation",
|
|
331
|
+
"root_fields": [
|
|
332
|
+
"resetAddOnPassword"
|
|
333
|
+
],
|
|
334
|
+
"document": "mutation ResetAddOnPassword ($name: String!) {\n\tresetAddOnPassword(input: {name:$name}) {\n\t\taddOn {\n\t\t\tpublicUrl\n\t\t}\n\t}\n}",
|
|
335
|
+
"stability": "experimental",
|
|
336
|
+
"observed_in": "flyctl",
|
|
337
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
338
|
+
"source_path": "internal/command/redis/reset_password.go",
|
|
339
|
+
"source_line": 43
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "flyctl.SetNomadVMCount",
|
|
343
|
+
"operation_name": "SetNomadVMCount",
|
|
344
|
+
"operation_type": "mutation",
|
|
345
|
+
"root_fields": [
|
|
346
|
+
"setVmCount"
|
|
347
|
+
],
|
|
348
|
+
"document": "mutation SetNomadVMCount ($input: SetVMCountInput!) {\n\tsetVmCount(input: $input) {\n\t\ttaskGroupCounts {\n\t\t\tname\n\t\t\tcount\n\t\t}\n\t\twarnings\n\t}\n}",
|
|
349
|
+
"stability": "experimental",
|
|
350
|
+
"observed_in": "flyctl",
|
|
351
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
352
|
+
"source_path": "gql/genqclient.graphql",
|
|
353
|
+
"source_line": 202
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "flyctl.SetSecrets",
|
|
357
|
+
"operation_name": "SetSecrets",
|
|
358
|
+
"operation_type": "mutation",
|
|
359
|
+
"root_fields": [
|
|
360
|
+
"setSecrets"
|
|
361
|
+
],
|
|
362
|
+
"document": "mutation SetSecrets ($input: SetSecretsInput!) {\n\tsetSecrets(input: $input) {\n\t\trelease {\n\t\t\tid\n\t\t\tversion\n\t\t\treason\n\t\t\tdescription\n\t\t\tuser {\n\t\t\t\tid\n\t\t\t\temail\n\t\t\t\tname\n\t\t\t}\n\t\t\tevaluationId\n\t\t\tcreatedAt\n\t\t}\n\t}\n}",
|
|
363
|
+
"stability": "experimental",
|
|
364
|
+
"observed_in": "flyctl",
|
|
365
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
366
|
+
"source_path": "gql/genqclient.graphql",
|
|
367
|
+
"source_line": 161
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "flyctl.UpdateAddOn",
|
|
371
|
+
"operation_name": "UpdateAddOn",
|
|
372
|
+
"operation_type": "mutation",
|
|
373
|
+
"root_fields": [
|
|
374
|
+
"updateAddOn"
|
|
375
|
+
],
|
|
376
|
+
"document": "mutation UpdateAddOn ($addOnId: ID!, $planId: ID!, $readRegions: [String!]!, $options: JSON!, $metadata: JSON!) {\n\tupdateAddOn(input: {addOnId:$addOnId,planId:$planId,readRegions:$readRegions,options:$options,metadata:$metadata}) {\n\t\taddOn {\n\t\t\tid\n\t\t}\n\t}\n}",
|
|
377
|
+
"stability": "experimental",
|
|
378
|
+
"observed_in": "flyctl",
|
|
379
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
380
|
+
"source_path": "gql/genqclient.graphql",
|
|
381
|
+
"source_line": 287
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "flyctl.UpdateRedisAddOn",
|
|
385
|
+
"operation_name": "UpdateRedisAddOn",
|
|
386
|
+
"operation_type": "mutation",
|
|
387
|
+
"root_fields": [
|
|
388
|
+
"updateAddOn"
|
|
389
|
+
],
|
|
390
|
+
"document": "mutation UpdateRedisAddOn ($addOnId: ID!, $planId: ID!, $readRegions: [String!]!, $options: JSON!, $metadata: JSON!, $prodPack: Boolean) {\n\tupdateAddOn(input: {addOnId:$addOnId,planId:$planId,readRegions:$readRegions,options:$options,metadata:$metadata,prodPack:$prodPack}) {\n\t\taddOn {\n\t\t\tid\n\t\t}\n\t}\n}",
|
|
391
|
+
"stability": "experimental",
|
|
392
|
+
"observed_in": "flyctl",
|
|
393
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
394
|
+
"source_path": "gql/genqclient.graphql",
|
|
395
|
+
"source_line": 295
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "flyctl.apps_list_with_network",
|
|
399
|
+
"operation_name": null,
|
|
400
|
+
"operation_type": "query",
|
|
401
|
+
"root_fields": [
|
|
402
|
+
"apps"
|
|
403
|
+
],
|
|
404
|
+
"document": "query($org: ID, $after: String) {\n\t\t\tapps(type: \"container\", first: 200, after: $after, organizationId: $org) {\n\t\t\t\tpageInfo {\n\t\t\t\t\thasNextPage\n\t\t\t\t\tendCursor\n\t\t\t\t}\n\t\t\t\tnodes {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tdeployed\n\t\t\t\t\thostname\n\t\t\t\t\tplatformVersion\n\t\t\t\t\tnetwork\n\t\t\t\t\torganization {\n\t\t\t\t\t\tslug\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n\t\t\t\t\tcurrentRelease {\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tstatus\n\t\t\t\t\t}\n\t\t\t\t\tstatus\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
405
|
+
"stability": "experimental",
|
|
406
|
+
"observed_in": "flyctl",
|
|
407
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
408
|
+
"source_path": "internal/command/apps/list.go",
|
|
409
|
+
"source_line": 137
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "flyctl.status_current_release_version",
|
|
413
|
+
"operation_name": null,
|
|
414
|
+
"operation_type": "query",
|
|
415
|
+
"root_fields": [
|
|
416
|
+
"app"
|
|
417
|
+
],
|
|
418
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name:$appName) {\n\t\t\t\tcurrentRelease:currentReleaseUnprocessed {\n\t\t\t\t\tversion\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
419
|
+
"stability": "experimental",
|
|
420
|
+
"observed_in": "flyctl",
|
|
421
|
+
"source_revision": "1f906765dee8e973f6d1dd8fff65b58212e7b425",
|
|
422
|
+
"source_path": "internal/command/status/machines.go",
|
|
423
|
+
"source_line": 239
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "fly_go.getAppsPage",
|
|
427
|
+
"operation_name": null,
|
|
428
|
+
"operation_type": "query",
|
|
429
|
+
"root_fields": [
|
|
430
|
+
"apps"
|
|
431
|
+
],
|
|
432
|
+
"document": "query($org: ID, $role: String, $after: String) {\n\t\t\tapps(type: \"container\", first: 200, after: $after, organizationId: $org, role: $role) {\n\t\t\t\tpageInfo {\n\t\t\t\t\thasNextPage\n\t\t\t\t\tendCursor\n\t\t\t\t}\n\t\t\t\tnodes {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tdeployed\n\t\t\t\t\thostname\n\t\t\t\t\tplatformVersion\n\t\t\t\t\torganization {\n\t\t\t\t\t\tslug\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n\t\t\t\t\tcurrentRelease {\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tstatus\n\t\t\t\t\t}\n\t\t\t\t\tstatus\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
433
|
+
"stability": "experimental",
|
|
434
|
+
"observed_in": "fly-go",
|
|
435
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
436
|
+
"source_path": "resource_apps.go",
|
|
437
|
+
"source_line": 48
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "fly_go.GetApp",
|
|
441
|
+
"operation_name": null,
|
|
442
|
+
"operation_type": "query",
|
|
443
|
+
"root_fields": [
|
|
444
|
+
"app"
|
|
445
|
+
],
|
|
446
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tid\n\t\t\t\tinternalNumericId\n\t\t\t\tname\n\t\t\t\thostname\n\t\t\t\tdeployed\n\t\t\t\tstatus\n\t\t\t\tversion\n\t\t\t\tappUrl\n\t\t\t\tplatformVersion\n\t\t\t\tcurrentRelease {\n\t\t\t\t\tevaluationId\n\t\t\t\t\tstatus\n\t\t\t\t\tinProgress\n\t\t\t\t\tversion\n\t\t\t\t}\n\t\t\t\tconfig {\n\t\t\t\t\tdefinition\n\t\t\t\t}\n\t\t\t\torganization {\n\t\t\t\t\tid\n\t\t\t\t\tslug\n\t\t\t\t\tpaidPlan\n\t\t\t\t}\n\t\t\t\tservices {\n\t\t\t\t\tdescription\n\t\t\t\t\tprotocol\n\t\t\t\t\tinternalPort\n\t\t\t\t\tports {\n\t\t\t\t\t\tport\n\t\t\t\t\t\thandlers\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tipAddresses {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\taddress\n\t\t\t\t\t\ttype\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tsharedIpAddress\n\t\t\t\tcnameTarget\n\t\t\t\timageDetails {\n\t\t\t\t\tregistry\n\t\t\t\t\trepository\n\t\t\t\t\ttag\n\t\t\t\t\tdigest\n\t\t\t\t\tversion\n\t\t\t\t}\n\t\t\t\tmachines{\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\tconfig\n\t\t\t\t\t\tstate\n\t\t\t\t\t\tregion\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tapp {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t\tips {\n\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\tfamily\n\t\t\t\t\t\t\t\tkind\n\t\t\t\t\t\t\t\tip\n\t\t\t\t\t\t\t\tmaskSize\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\thost {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tpostgresAppRole: role {\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
447
|
+
"stability": "experimental",
|
|
448
|
+
"observed_in": "fly-go",
|
|
449
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
450
|
+
"source_path": "resource_apps.go",
|
|
451
|
+
"source_line": 96
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"name": "fly_go.GetAppRemoteBuilder",
|
|
455
|
+
"operation_name": null,
|
|
456
|
+
"operation_type": "query",
|
|
457
|
+
"root_fields": [
|
|
458
|
+
"app"
|
|
459
|
+
],
|
|
460
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\thostname\n\t\t\t\tdeployed\n\t\t\t\tstatus\n\t\t\t\tversion\n\t\t\t\tappUrl\n\t\t\t\tplatformVersion\n\t\t\t\tcurrentRelease {\n\t\t\t\t\tevaluationId\n\t\t\t\t\tstatus\n\t\t\t\t\tinProgress\n\t\t\t\t\tversion\n\t\t\t\t}\n\t\t\t\tconfig {\n\t\t\t\t\tdefinition\n\t\t\t\t}\n\t\t\t\torganization {\n\t\t\t\t\tid\n\t\t\t\t\tslug\n\t\t\t\t\tpaidPlan\n\t\t\t\t\tremoteBuilderApp {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\thostname\n\t\t\t\t\t\tdeployed\n\t\t\t\t\t\tstatus\n\t\t\t\t\t\tversion\n\t\t\t\t\t\tappUrl\n\t\t\t\t\t\tplatformVersion\n\t\t\t\t\t\tcurrentRelease {\n\t\t\t\t\t\t\tevaluationId\n\t\t\t\t\t\t\tstatus\n\t\t\t\t\t\t\tinProgress\n\t\t\t\t\t\t\tversion\n\t\t\t\t\t\t}\n\t\t\t\t\t\tipAddresses {\n\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\taddress\n\t\t\t\t\t\t\t\ttype\n\t\t\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\torganization {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tslug\n\t\t\t\t\t\t\tpaidPlan\n\t\t\t\t\t\t}\n\t\t\t\t\t\timageDetails {\n\t\t\t\t\t\t\tregistry\n\t\t\t\t\t\t\trepository\n\t\t\t\t\t\t\ttag\n\t\t\t\t\t\t\tdigest\n\t\t\t\t\t\t\tversion\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmachines{\n\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\t\tconfig\n\t\t\t\t\t\t\t\tstate\n\t\t\t\t\t\t\t\tregion\n\t\t\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\t\t\tapp {\n\t\t\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tips {\n\t\t\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\t\t\tfamily\n\t\t\t\t\t\t\t\t\t\tkind\n\t\t\t\t\t\t\t\t\t\tip\n\t\t\t\t\t\t\t\t\t\tmaskSize\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\thost {\n\t\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tpostgresAppRole: role {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t\tservices {\n\t\t\t\t\tdescription\n\t\t\t\t\tprotocol\n\t\t\t\t\tinternalPort\n\t\t\t\t\tports {\n\t\t\t\t\t\tport\n\t\t\t\t\t\thandlers\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tipAddresses {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\taddress\n\t\t\t\t\t\ttype\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\timageDetails {\n\t\t\t\t\tregistry\n\t\t\t\t\trepository\n\t\t\t\t\ttag\n\t\t\t\t\tdigest\n\t\t\t\t\tversion\n\t\t\t\t}\n\t\t\t\tmachines{\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\tconfig\n\t\t\t\t\t\tstate\n\t\t\t\t\t\tregion\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tapp {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t\tips {\n\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\tfamily\n\t\t\t\t\t\t\t\tkind\n\t\t\t\t\t\t\t\tip\n\t\t\t\t\t\t\t\tmaskSize\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\thost {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tpostgresAppRole: role {\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
461
|
+
"stability": "experimental",
|
|
462
|
+
"observed_in": "fly-go",
|
|
463
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
464
|
+
"source_path": "resource_apps.go",
|
|
465
|
+
"source_line": 192
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "fly_go.GetAppNetwork",
|
|
469
|
+
"operation_name": null,
|
|
470
|
+
"operation_type": "query",
|
|
471
|
+
"root_fields": [
|
|
472
|
+
"app"
|
|
473
|
+
],
|
|
474
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tnetwork\n\t\t\t}\n\t\t}",
|
|
475
|
+
"stability": "experimental",
|
|
476
|
+
"observed_in": "fly-go",
|
|
477
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
478
|
+
"source_path": "resource_apps.go",
|
|
479
|
+
"source_line": 368
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "fly_go.GetAppCNAMETarget",
|
|
483
|
+
"operation_name": null,
|
|
484
|
+
"operation_type": "query",
|
|
485
|
+
"root_fields": [
|
|
486
|
+
"app"
|
|
487
|
+
],
|
|
488
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tcnameTarget\n\t\t\t}\n\t\t}",
|
|
489
|
+
"stability": "experimental",
|
|
490
|
+
"observed_in": "fly-go",
|
|
491
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
492
|
+
"source_path": "resource_apps.go",
|
|
493
|
+
"source_line": 389
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "fly_go.GetAppCompact",
|
|
497
|
+
"operation_name": null,
|
|
498
|
+
"operation_type": "query",
|
|
499
|
+
"root_fields": [
|
|
500
|
+
"app"
|
|
501
|
+
],
|
|
502
|
+
"document": "query ($appName: String!) {\n\t\t\tappcompact:app(name: $appName) {\n\t\t\t\tid\n\t\t\t\tinternalNumericId\n\t\t\t\tname\n\t\t\t\thostname\n\t\t\t\tcnameTarget\n\t\t\t\tdeployed\n\t\t\t\tnetwork\n\t\t\t\tstatus\n\t\t\t\tappUrl\n\t\t\t\tplatformVersion\n\t\t\t\torganization {\n\t\t\t\t\tid\n\t\t\t\t\tinternalNumericId\n\t\t\t\t\tslug\n\t\t\t\t\tpaidPlan\n\t\t\t\t}\n\t\t\t\tpostgresAppRole: role {\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
503
|
+
"stability": "experimental",
|
|
504
|
+
"observed_in": "fly-go",
|
|
505
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
506
|
+
"source_path": "resource_apps.go",
|
|
507
|
+
"source_line": 410
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "fly_go.GetAppBasic",
|
|
511
|
+
"operation_name": null,
|
|
512
|
+
"operation_type": "query",
|
|
513
|
+
"root_fields": [
|
|
514
|
+
"app"
|
|
515
|
+
],
|
|
516
|
+
"document": "query ($appName: String!) {\n\t\t\tappbasic:app(name: $appName) {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\tplatformVersion\n\t\t\t\torganization {\n\t\t\t\t\tid\n\t\t\t\t\tinternalNumericId\n\t\t\t\t\tslug\n\t\t\t\t\trawSlug\n\t\t\t\t\tpaidPlan\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
517
|
+
"stability": "experimental",
|
|
518
|
+
"observed_in": "fly-go",
|
|
519
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
520
|
+
"source_path": "resource_apps.go",
|
|
521
|
+
"source_line": 449
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "fly_go.CreateApp",
|
|
525
|
+
"operation_name": null,
|
|
526
|
+
"operation_type": "mutation",
|
|
527
|
+
"root_fields": [
|
|
528
|
+
"createApp"
|
|
529
|
+
],
|
|
530
|
+
"document": "mutation($input: CreateAppInput!) {\n\t\t\tcreateApp(input: $input) {\n\t\t\t\tapp {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\torganization {\n\t\t\t\t\t\tslug\n\t\t\t\t\t}\n\t\t\t\t\tconfig {\n\t\t\t\t\t\tdefinition\n\t\t\t\t\t}\n\t\t\t\t\tregions {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\tcode\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
531
|
+
"stability": "experimental",
|
|
532
|
+
"observed_in": "fly-go",
|
|
533
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
534
|
+
"source_path": "resource_apps.go",
|
|
535
|
+
"source_line": 479
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "fly_go.DeleteApp",
|
|
539
|
+
"operation_name": null,
|
|
540
|
+
"operation_type": "mutation",
|
|
541
|
+
"root_fields": [
|
|
542
|
+
"deleteApp"
|
|
543
|
+
],
|
|
544
|
+
"document": "mutation($appId: ID!) {\n\t\t\t\tdeleteApp(appId: $appId) {\n\t\t\t\t\torganization {\n\t\t\t\t\t\tid\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}",
|
|
545
|
+
"stability": "experimental",
|
|
546
|
+
"observed_in": "fly-go",
|
|
547
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
548
|
+
"source_path": "resource_apps.go",
|
|
549
|
+
"source_line": 514
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "fly_go.MoveApp",
|
|
553
|
+
"operation_name": null,
|
|
554
|
+
"operation_type": "mutation",
|
|
555
|
+
"root_fields": [
|
|
556
|
+
"moveApp"
|
|
557
|
+
],
|
|
558
|
+
"document": "mutation ($input: MoveAppInput!) {\n\t\t\tmoveApp(input: $input) {\n\t\t\t\tapp {\n\t\t\t\t\tid\n\t\t\t\t\tnetworkId\n\t\t\t\t\torganization {\n\t\t\t\t\t\tslug\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
559
|
+
"stability": "experimental",
|
|
560
|
+
"observed_in": "fly-go",
|
|
561
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
562
|
+
"source_path": "resource_apps.go",
|
|
563
|
+
"source_line": 535
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "fly_go.ResolveImageForApp",
|
|
567
|
+
"operation_name": null,
|
|
568
|
+
"operation_type": "query",
|
|
569
|
+
"root_fields": [
|
|
570
|
+
"app"
|
|
571
|
+
],
|
|
572
|
+
"document": "query ($appName: String!, $imageRef: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tid\n\t\t\t\timage(ref: $imageRef) {\n\t\t\t\t\tid\n\t\t\t\t\tdigest\n\t\t\t\t\tref\n\t\t\t\t\tcompressedSize: compressedSizeFull\n\t\t\t\t\tmanifest\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
573
|
+
"stability": "experimental",
|
|
574
|
+
"observed_in": "fly-go",
|
|
575
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
576
|
+
"source_path": "resource_apps.go",
|
|
577
|
+
"source_line": 563
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "fly_go.AppNameAvailable",
|
|
581
|
+
"operation_name": null,
|
|
582
|
+
"operation_type": "query",
|
|
583
|
+
"root_fields": [
|
|
584
|
+
"appNameAvailable"
|
|
585
|
+
],
|
|
586
|
+
"document": "query ($appName: String!) {\n\t\t\tappNameAvailable(name: $appName)\n\t\t}",
|
|
587
|
+
"stability": "experimental",
|
|
588
|
+
"observed_in": "fly-go",
|
|
589
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
590
|
+
"source_path": "resource_apps.go",
|
|
591
|
+
"source_line": 592
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "fly_go.LockApp",
|
|
595
|
+
"operation_name": null,
|
|
596
|
+
"operation_type": "mutation",
|
|
597
|
+
"root_fields": [
|
|
598
|
+
"lockApp"
|
|
599
|
+
],
|
|
600
|
+
"document": "mutation($input: LockAppInput!) {\n\t\t\tlockApp(input: $input) {\n\t\t\t\tlockId\n\t\t\t\texpiration\n\t\t\t}\n\t\t}",
|
|
601
|
+
"stability": "experimental",
|
|
602
|
+
"observed_in": "fly-go",
|
|
603
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
604
|
+
"source_path": "resource_apps.go",
|
|
605
|
+
"source_line": 612
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "fly_go.UnlockApp",
|
|
609
|
+
"operation_name": null,
|
|
610
|
+
"operation_type": "mutation",
|
|
611
|
+
"root_fields": [
|
|
612
|
+
"unlockApp"
|
|
613
|
+
],
|
|
614
|
+
"document": "mutation($input: UnlockAppInput!) {\n\t\t\tunlockApp(input: $input) {\n\t\t\t\tapp {\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
615
|
+
"stability": "experimental",
|
|
616
|
+
"observed_in": "fly-go",
|
|
617
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
618
|
+
"source_path": "resource_apps.go",
|
|
619
|
+
"source_line": 637
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "fly_go.GetAppLock",
|
|
623
|
+
"operation_name": null,
|
|
624
|
+
"operation_type": "query",
|
|
625
|
+
"root_fields": [
|
|
626
|
+
"app"
|
|
627
|
+
],
|
|
628
|
+
"document": "query($name: String!) {\n\t\tapp(name: $name) {\n\t\t currentLock {\n\t\t\tlockId\n\t\t\texpiration\n\t\t }\n\t\t}\n\t }",
|
|
629
|
+
"stability": "experimental",
|
|
630
|
+
"observed_in": "fly-go",
|
|
631
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
632
|
+
"source_path": "resource_apps.go",
|
|
633
|
+
"source_line": 664
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "fly_go.CreateBuild",
|
|
637
|
+
"operation_name": "CreateBuild",
|
|
638
|
+
"operation_type": "mutation",
|
|
639
|
+
"root_fields": [
|
|
640
|
+
"createBuild"
|
|
641
|
+
],
|
|
642
|
+
"document": "# @genqlient\n\tmutation CreateBuild($input:CreateBuildInput!) {\n\t\tcreateBuild(input:$input) {\n\t\t\tid\n\t\t\tstatus\n\t\t}\n\t}",
|
|
643
|
+
"stability": "experimental",
|
|
644
|
+
"observed_in": "fly-go",
|
|
645
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
646
|
+
"source_path": "resource_build.go",
|
|
647
|
+
"source_line": 8
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "fly_go.FinishBuild",
|
|
651
|
+
"operation_name": "FinishBuild",
|
|
652
|
+
"operation_type": "mutation",
|
|
653
|
+
"root_fields": [
|
|
654
|
+
"finishBuild"
|
|
655
|
+
],
|
|
656
|
+
"document": "# @genqlient\n\tmutation FinishBuild($input:FinishBuildInput!) {\n\t\tfinishBuild(input:$input) {\n\t\t\tid\n\t\t\tstatus\n\t\t\twallclockTimeMs\n\t\t}\n\t}",
|
|
657
|
+
"stability": "experimental",
|
|
658
|
+
"observed_in": "fly-go",
|
|
659
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
660
|
+
"source_path": "resource_build.go",
|
|
661
|
+
"source_line": 21
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"name": "fly_go.GetAppCertificates",
|
|
665
|
+
"operation_name": null,
|
|
666
|
+
"operation_type": "query",
|
|
667
|
+
"root_fields": [
|
|
668
|
+
"app"
|
|
669
|
+
],
|
|
670
|
+
"document": "query($appName: String!) {\n\t\t\tappcertscompact:app(name: $appName) {\n\t\t\t\tcertificates {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\thostname\n\t\t\t\t\t\tclientStatus\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
671
|
+
"stability": "experimental",
|
|
672
|
+
"observed_in": "fly-go",
|
|
673
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
674
|
+
"source_path": "resource_certificates.go",
|
|
675
|
+
"source_line": 6
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "fly_go.CheckAppCertificate",
|
|
679
|
+
"operation_name": null,
|
|
680
|
+
"operation_type": "mutation",
|
|
681
|
+
"root_fields": [
|
|
682
|
+
"checkCertificate"
|
|
683
|
+
],
|
|
684
|
+
"document": "mutation($input: CheckCertificateInput!) {\n\t\t\tcheckCertificate(input: $input) {\n\t\t\t\tcertificate {\n\t\t\t\t\tacmeDnsConfigured\n\t\t\t\t\tacmeAlpnConfigured\n\t\t\t\t\tconfigured\n\t\t\t\t\tcertificateAuthority\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tdnsProvider\n\t\t\t\t\tdnsValidationInstructions\n\t\t\t\t\tdnsValidationHostname\n\t\t\t\t\tdnsValidationTarget\n\t\t\t\t\thostname\n\t\t\t\t\tid\n\t\t\t\t\tsource\n\t\t\t\t\tclientStatus\n\t\t\t\t\tisApex\n\t\t\t\t\tisWildcard\n\t\t\t\t\tissued {\n\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\ttype\n\t\t\t\t\t\t\texpiresAt\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvalidationErrors {\n\t\t\t\t\t\terrorCode\n\t\t\t\t\t\tmessage\n\t\t\t\t\t\tremediation\n\t\t\t\t\t\ttimestamp\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcheck {\n\t\t\t\t\taRecords\n\t\t\t\t \taaaaRecords\n\t\t\t\t \tcnameRecords\n\t\t\t\t \tsoa\n\t\t\t \t\tdnsProvider\n\t\t\t \t\tdnsVerificationRecord\n\t\t\t\t \tresolvedAddresses\n\t\t\t }\n\t\t\t}\n\t\t}",
|
|
685
|
+
"stability": "experimental",
|
|
686
|
+
"observed_in": "fly-go",
|
|
687
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
688
|
+
"source_path": "resource_certificates.go",
|
|
689
|
+
"source_line": 34
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "fly_go.AddCertificate",
|
|
693
|
+
"operation_name": null,
|
|
694
|
+
"operation_type": "mutation",
|
|
695
|
+
"root_fields": [
|
|
696
|
+
"addCertificate"
|
|
697
|
+
],
|
|
698
|
+
"document": "mutation($appId: ID!, $hostname: String!) {\n\t\t\taddCertificate(appId: $appId, hostname: $hostname) {\n\t\t\t\tcertificate {\n\t\t\t\t\tacmeDnsConfigured\n\t\t\t\t\tacmeAlpnConfigured\n\t\t\t\t\tconfigured\n\t\t\t\t\tcertificateAuthority\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tdnsProvider\n\t\t\t\t\tdnsValidationInstructions\n\t\t\t\t\tdnsValidationHostname\n\t\t\t\t\tdnsValidationTarget\n\t\t\t\t\thostname\n\t\t\t\t\tid\n\t\t\t\t\tsource\n\t\t\t\t\tclientStatus\n\t\t\t\t\tisApex\n\t\t\t\t\tisWildcard\n\t\t\t\t\tissued {\n\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\ttype\n\t\t\t\t\t\t\texpiresAt\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvalidationErrors {\n\t\t\t\t\t\terrorCode\n\t\t\t\t\t\tmessage\n\t\t\t\t\t\tremediation\n\t\t\t\t\t\ttimestamp\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcheck {\n\t\t\t\t\taRecords\n\t\t\t\t\taaaaRecords\n\t\t\t\t\tcnameRecords\n\t\t\t\t\tsoa\n\t\t\t\t\tdnsProvider\n\t\t\t\t\tdnsVerificationRecord\n\t\t\t\t \tresolvedAddresses\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
699
|
+
"stability": "experimental",
|
|
700
|
+
"observed_in": "fly-go",
|
|
701
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
702
|
+
"source_path": "resource_certificates.go",
|
|
703
|
+
"source_line": 96
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "fly_go.DeleteCertificate",
|
|
707
|
+
"operation_name": null,
|
|
708
|
+
"operation_type": "mutation",
|
|
709
|
+
"root_fields": [
|
|
710
|
+
"deleteCertificate"
|
|
711
|
+
],
|
|
712
|
+
"document": "mutation($appId: ID!, $hostname: String!) {\n\t\t\tdeleteCertificate(appId: $appId, hostname: $hostname) {\n\t\t\t\tapp {\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tcertificate {\n\t\t\t\t\thostname\n\t\t\t\t\tid\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
713
|
+
"stability": "experimental",
|
|
714
|
+
"observed_in": "fly-go",
|
|
715
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
716
|
+
"source_path": "resource_certificates.go",
|
|
717
|
+
"source_line": 156
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "fly_go.CanPerformBluegreenDeployment",
|
|
721
|
+
"operation_name": null,
|
|
722
|
+
"operation_type": "query",
|
|
723
|
+
"root_fields": [
|
|
724
|
+
"canPerformBluegreenDeployment"
|
|
725
|
+
],
|
|
726
|
+
"document": "query ($appName: String!) {\n\t\t\tcanPerformBluegreenDeployment(name: $appName)\n\t\t}",
|
|
727
|
+
"stability": "experimental",
|
|
728
|
+
"observed_in": "fly-go",
|
|
729
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
730
|
+
"source_path": "resource_deploy.go",
|
|
731
|
+
"source_line": 6
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "fly_go.CreateDoctorUrl",
|
|
735
|
+
"operation_name": null,
|
|
736
|
+
"operation_type": "mutation",
|
|
737
|
+
"root_fields": [
|
|
738
|
+
"createDoctorUrl"
|
|
739
|
+
],
|
|
740
|
+
"document": "mutation {\n\t\t\tcreateDoctorUrl {\n\t\t\t\tputUrl\n\t\t\t}\n\t\t}",
|
|
741
|
+
"stability": "experimental",
|
|
742
|
+
"observed_in": "fly-go",
|
|
743
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
744
|
+
"source_path": "resource_doctor.go",
|
|
745
|
+
"source_line": 6
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "fly_go.GetLatestImageTag",
|
|
749
|
+
"operation_name": null,
|
|
750
|
+
"operation_type": "query",
|
|
751
|
+
"root_fields": [
|
|
752
|
+
"latestImageTag"
|
|
753
|
+
],
|
|
754
|
+
"document": "query($repository: String!, $snapshotId: ID) {\n\t\t\tlatestImageTag(repository: $repository, snapshotId: $snapshotId)\n\t\t}",
|
|
755
|
+
"stability": "experimental",
|
|
756
|
+
"observed_in": "fly-go",
|
|
757
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
758
|
+
"source_path": "resource_images.go",
|
|
759
|
+
"source_line": 9
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "fly_go.GetLatestImageDetails",
|
|
763
|
+
"operation_name": null,
|
|
764
|
+
"operation_type": "query",
|
|
765
|
+
"root_fields": [
|
|
766
|
+
"latestImageDetails"
|
|
767
|
+
],
|
|
768
|
+
"document": "query($image: String!, $flyVersion: String) {\n\t\t\tlatestImageDetails(image: $image, flyVersion: $flyVersion) {\n\t\t\t registry\n\t\t\t repository\n\t\t\t tag\n\t\t\t version\n\t\t\t digest\n\t\t\t}\n\t\t}",
|
|
769
|
+
"stability": "experimental",
|
|
770
|
+
"observed_in": "fly-go",
|
|
771
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
772
|
+
"source_path": "resource_images.go",
|
|
773
|
+
"source_line": 28
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "fly_go.LatestImage",
|
|
777
|
+
"operation_name": "LatestImage",
|
|
778
|
+
"operation_type": "query",
|
|
779
|
+
"root_fields": [
|
|
780
|
+
"app"
|
|
781
|
+
],
|
|
782
|
+
"document": "# @genqlient\n\t query LatestImage($appName:String!) {\n\t app(name:$appName) {\n\t currentReleaseUnprocessed {\n\t id\n\t version\n\t imageRef\n\t }\n\t }\n\t }",
|
|
783
|
+
"stability": "experimental",
|
|
784
|
+
"observed_in": "fly-go",
|
|
785
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
786
|
+
"source_path": "resource_images.go",
|
|
787
|
+
"source_line": 54
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"name": "fly_go.GetIPAddresses",
|
|
791
|
+
"operation_name": null,
|
|
792
|
+
"operation_type": "query",
|
|
793
|
+
"root_fields": [
|
|
794
|
+
"app"
|
|
795
|
+
],
|
|
796
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tipAddresses {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\taddress\n\t\t\t\t\t\ttype\n\t\t\t\t\t\tregion\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tnetwork {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\torganization {\n\t\t\t\t\t\t\t\tslug\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tserviceName\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tsharedIpAddress\n\t\t\t}\n\t\t}",
|
|
797
|
+
"stability": "experimental",
|
|
798
|
+
"observed_in": "fly-go",
|
|
799
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
800
|
+
"source_path": "resource_ip_addresses.go",
|
|
801
|
+
"source_line": 10
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "fly_go.AllocateIPAddress",
|
|
805
|
+
"operation_name": null,
|
|
806
|
+
"operation_type": "mutation",
|
|
807
|
+
"root_fields": [
|
|
808
|
+
"allocateIpAddress"
|
|
809
|
+
],
|
|
810
|
+
"document": "mutation($input: AllocateIPAddressInput!) {\n\t\t\tallocateIpAddress(input: $input) {\n\t\t\t\tipAddress {\n\t\t\t\t\tid\n\t\t\t\t\taddress\n\t\t\t\t\ttype\n\t\t\t\t\tregion\n\t\t\t\t\tcreatedAt\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
811
|
+
"stability": "experimental",
|
|
812
|
+
"observed_in": "fly-go",
|
|
813
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
814
|
+
"source_path": "resource_ip_addresses.go",
|
|
815
|
+
"source_line": 60
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"name": "fly_go.AllocateSharedIPAddress",
|
|
819
|
+
"operation_name": null,
|
|
820
|
+
"operation_type": "mutation",
|
|
821
|
+
"root_fields": [
|
|
822
|
+
"allocateIpAddress"
|
|
823
|
+
],
|
|
824
|
+
"document": "mutation($input: AllocateIPAddressInput!) {\n\t\t\tallocateIpAddress(input: $input) {\n\t\t\t\tapp {\n\t\t\t\t\tsharedIpAddress\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
825
|
+
"stability": "experimental",
|
|
826
|
+
"observed_in": "fly-go",
|
|
827
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
828
|
+
"source_path": "resource_ip_addresses.go",
|
|
829
|
+
"source_line": 97
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "fly_go.AllocateEgressIPAddress",
|
|
833
|
+
"operation_name": null,
|
|
834
|
+
"operation_type": "mutation",
|
|
835
|
+
"root_fields": [
|
|
836
|
+
"allocateEgressIpAddress"
|
|
837
|
+
],
|
|
838
|
+
"document": "mutation($input: AllocateEgressIPAddressInput!) {\n\t\t\tallocateEgressIpAddress(input: $input) {\n\t\t\t\tv4,\n\t\t\t\tv6\n\t\t\t}\n\t\t}",
|
|
839
|
+
"stability": "experimental",
|
|
840
|
+
"observed_in": "fly-go",
|
|
841
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
842
|
+
"source_path": "resource_ip_addresses.go",
|
|
843
|
+
"source_line": 120
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"name": "fly_go.GetEgressIPAddresses",
|
|
847
|
+
"operation_name": null,
|
|
848
|
+
"operation_type": "query",
|
|
849
|
+
"root_fields": [
|
|
850
|
+
"app"
|
|
851
|
+
],
|
|
852
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tmachines {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tegressIpAddresses {\n\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\tip\n\t\t\t\t\t\t\t\tversion\n\t\t\t\t\t\t\t\tregion\n\t\t\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
853
|
+
"stability": "experimental",
|
|
854
|
+
"observed_in": "fly-go",
|
|
855
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
856
|
+
"source_path": "resource_ip_addresses.go",
|
|
857
|
+
"source_line": 142
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "fly_go.ReleaseEgressIPAddress",
|
|
861
|
+
"operation_name": null,
|
|
862
|
+
"operation_type": "mutation",
|
|
863
|
+
"root_fields": [
|
|
864
|
+
"releaseEgressIpAddress"
|
|
865
|
+
],
|
|
866
|
+
"document": "mutation($input: ReleaseEgressIPAddressInput!) {\n\t\t\treleaseEgressIpAddress(input: $input) {\n\t\t\t\tv4\n\t\t\t\tv6\n\t\t\t\tclientMutationId\n\t\t\t}\n\t\t}",
|
|
867
|
+
"stability": "experimental",
|
|
868
|
+
"observed_in": "fly-go",
|
|
869
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
870
|
+
"source_path": "resource_ip_addresses.go",
|
|
871
|
+
"source_line": 189
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "fly_go.ReleaseIPAddress",
|
|
875
|
+
"operation_name": null,
|
|
876
|
+
"operation_type": "mutation",
|
|
877
|
+
"root_fields": [
|
|
878
|
+
"releaseIpAddress"
|
|
879
|
+
],
|
|
880
|
+
"document": "mutation($input: ReleaseIPAddressInput!) {\n\t\t\treleaseIpAddress(input: $input) {\n\t\t\t\tclientMutationId\n\t\t\t}\n\t\t}",
|
|
881
|
+
"stability": "experimental",
|
|
882
|
+
"observed_in": "fly-go",
|
|
883
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
884
|
+
"source_path": "resource_ip_addresses.go",
|
|
885
|
+
"source_line": 212
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "fly_go.GetAppScopedEgressIPAddresses",
|
|
889
|
+
"operation_name": null,
|
|
890
|
+
"operation_type": "query",
|
|
891
|
+
"root_fields": [
|
|
892
|
+
"app"
|
|
893
|
+
],
|
|
894
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tegressIpAddresses {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tip\n\t\t\t\t\t\tversion\n\t\t\t\t\t\tregion\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
895
|
+
"stability": "experimental",
|
|
896
|
+
"observed_in": "fly-go",
|
|
897
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
898
|
+
"source_path": "resource_ip_addresses.go",
|
|
899
|
+
"source_line": 233
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "fly_go.AllocateAppScopedEgressIPAddress",
|
|
903
|
+
"operation_name": null,
|
|
904
|
+
"operation_type": "mutation",
|
|
905
|
+
"root_fields": [
|
|
906
|
+
"allocateEgressIpAddress"
|
|
907
|
+
],
|
|
908
|
+
"document": "mutation($input: AllocateEgressIPAddressInput!) {\n\t\t\tallocateEgressIpAddress(input: $input) {\n\t\t\t\tv4,\n\t\t\t\tv6\n\t\t\t}\n\t\t}",
|
|
909
|
+
"stability": "experimental",
|
|
910
|
+
"observed_in": "fly-go",
|
|
911
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
912
|
+
"source_path": "resource_ip_addresses.go",
|
|
913
|
+
"source_line": 271
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "fly_go.ReleaseAppScopedEgressIPAddress",
|
|
917
|
+
"operation_name": null,
|
|
918
|
+
"operation_type": "mutation",
|
|
919
|
+
"root_fields": [
|
|
920
|
+
"releaseEgressIpAddress"
|
|
921
|
+
],
|
|
922
|
+
"document": "mutation($input: ReleaseEgressIPAddressInput!) {\n\t\t\treleaseEgressIpAddress(input: $input) {\n\t\t\t\tv4\n\t\t\t\tv6\n\t\t\t\tclientMutationId\n\t\t\t}\n\t\t}",
|
|
923
|
+
"stability": "experimental",
|
|
924
|
+
"observed_in": "fly-go",
|
|
925
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
926
|
+
"source_path": "resource_ip_addresses.go",
|
|
927
|
+
"source_line": 293
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "fly_go.GetAppHostIssues",
|
|
931
|
+
"operation_name": null,
|
|
932
|
+
"operation_type": "query",
|
|
933
|
+
"root_fields": [
|
|
934
|
+
"app"
|
|
935
|
+
],
|
|
936
|
+
"document": "query($appName: String!) {\n\t\t\tapphostissues:app(name: $appName) {\n\t\t\t\thostIssues {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tinternalId\n\t\t\t\t\t\tmessage\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
937
|
+
"stability": "experimental",
|
|
938
|
+
"observed_in": "fly-go",
|
|
939
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
940
|
+
"source_path": "resource_issues.go",
|
|
941
|
+
"source_line": 6
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "fly_go.GetMachine",
|
|
945
|
+
"operation_name": null,
|
|
946
|
+
"operation_type": "query",
|
|
947
|
+
"root_fields": [
|
|
948
|
+
"machine"
|
|
949
|
+
],
|
|
950
|
+
"document": "query ($machineId: String!) {\n\t\t\tgqlmachine:machine(machineId: $machineId) {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\tapp {\n\t\t\t\t\tname\n\t\t\t\t\torganization {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tslug\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
951
|
+
"stability": "experimental",
|
|
952
|
+
"observed_in": "fly-go",
|
|
953
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
954
|
+
"source_path": "resource_machines.go",
|
|
955
|
+
"source_line": 6
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "fly_go.GetOrganizations",
|
|
959
|
+
"operation_name": null,
|
|
960
|
+
"operation_type": "query",
|
|
961
|
+
"root_fields": [
|
|
962
|
+
"organizations"
|
|
963
|
+
],
|
|
964
|
+
"document": "query($admin: Boolean!) {\n\t\t\torganizations(admin: $admin) {\n\t\t\t\tnodes {\n\t\t\t\t\tid\n\t\t\t\t\tslug\n\t\t\t\t\trawSlug\n\t\t\t\t\tname\n\t\t\t\t\ttype\n\t\t\t\t\tpaidPlan\n\t\t\t\t\tbillable\n\t\t\t\t\tviewerRole\n\t\t\t\t\tinternalNumericId\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
965
|
+
"stability": "experimental",
|
|
966
|
+
"observed_in": "fly-go",
|
|
967
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
968
|
+
"source_path": "resource_organizations.go",
|
|
969
|
+
"source_line": 29
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "fly_go.GetOrganizationRemoteBuilderBySlug",
|
|
973
|
+
"operation_name": null,
|
|
974
|
+
"operation_type": "query",
|
|
975
|
+
"root_fields": [
|
|
976
|
+
"organization"
|
|
977
|
+
],
|
|
978
|
+
"document": "query($slug: String!) {\n\t\t\torganization(slug: $slug) {\n\t\t\t\tid\n\t\t\t\tinternalNumericId\n\t\t\t\tslug\n\t\t\t\tname\n\t\t\t\ttype\n\t\t\t\tbillable\n\t\t\t\tremoteBuilderImage\n\t\t\t\tremoteBuilderApp {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\thostname\n\t\t\t\t\tdeployed\n\t\t\t\t\tstatus\n\t\t\t\t\tversion\n\t\t\t\t\tappUrl\n\t\t\t\t\tplatformVersion\n\t\t\t\t\tcurrentRelease {\n\t\t\t\t\t\tevaluationId\n\t\t\t\t\t\tstatus\n\t\t\t\t\t\tinProgress\n\t\t\t\t\t\tversion\n\t\t\t\t\t}\n\t\t\t\t\tipAddresses {\n\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\taddress\n\t\t\t\t\t\t\ttype\n\t\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\torganization {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tslug\n\t\t\t\t\t\tpaidPlan\n\t\t\t\t\t}\n\t\t\t\t\timageDetails {\n\t\t\t\t\t\tregistry\n\t\t\t\t\t\trepository\n\t\t\t\t\t\ttag\n\t\t\t\t\t\tdigest\n\t\t\t\t\t\tversion\n\t\t\t\t\t}\n\t\t\t\t\tmachines{\n\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\tconfig\n\t\t\t\t\t\t\tstate\n\t\t\t\t\t\t\tregion\n\t\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\t\tapp {\n\t\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tips {\n\t\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\t\tfamily\n\t\t\t\t\t\t\t\t\tkind\n\t\t\t\t\t\t\t\t\tip\n\t\t\t\t\t\t\t\t\tmaskSize\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\thost {\n\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostgresAppRole: role {\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
979
|
+
"stability": "experimental",
|
|
980
|
+
"observed_in": "fly-go",
|
|
981
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
982
|
+
"source_path": "resource_organizations.go",
|
|
983
|
+
"source_line": 66
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "fly_go.GetOrganizationBySlug",
|
|
987
|
+
"operation_name": null,
|
|
988
|
+
"operation_type": "query",
|
|
989
|
+
"root_fields": [
|
|
990
|
+
"organization"
|
|
991
|
+
],
|
|
992
|
+
"document": "query($slug: String!) {\n\t\t\torganization(slug: $slug) {\n\t\t\t\tid\n\t\t\t\tinternalNumericId\n\t\t\t\tslug\n\t\t\t\trawSlug\n\t\t\t\tname\n\t\t\t\ttype\n\t\t\t\tbillable\n\t\t\t}\n\t\t}",
|
|
993
|
+
"stability": "experimental",
|
|
994
|
+
"observed_in": "fly-go",
|
|
995
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
996
|
+
"source_path": "resource_organizations.go",
|
|
997
|
+
"source_line": 156
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "fly_go.GetDetailedOrganizationBySlug",
|
|
1001
|
+
"operation_name": null,
|
|
1002
|
+
"operation_type": "query",
|
|
1003
|
+
"root_fields": [
|
|
1004
|
+
"organization"
|
|
1005
|
+
],
|
|
1006
|
+
"document": "query($slug: String!) {\n\t\torganizationdetails: organization(slug: $slug) {\n\t\t\tid\n\t\t\tslug\n\t\t\trawSlug\n\t\t\tname\n\t\t\ttype\n\t\t\tviewerRole\n\t\t\tinternalNumericId\n\t\t\tremoteBuilderImage\n\t\t\tremoteBuilderApp {\n\t\t\t\tname\n\t\t\t}\n\t\t\tmembers {\n\t\t\t\tedges {\n\t\t\t\t\tcursor\n\t\t\t\t\tnode {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\temail\n\t\t\t\t\t}\n\t\t\t\t\tjoinedAt\n\t\t\t\t\trole\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
|
|
1007
|
+
"stability": "experimental",
|
|
1008
|
+
"observed_in": "fly-go",
|
|
1009
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1010
|
+
"source_path": "resource_organizations.go",
|
|
1011
|
+
"source_line": 183
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "fly_go.CreateOrganization",
|
|
1015
|
+
"operation_name": null,
|
|
1016
|
+
"operation_type": "mutation",
|
|
1017
|
+
"root_fields": [
|
|
1018
|
+
"createOrganization"
|
|
1019
|
+
],
|
|
1020
|
+
"document": "mutation($input: CreateOrganizationInput!) {\n\t\t\tcreateOrganization(input: $input) {\n\t\t\t organization {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tslug\n\t\t\t\t\ttype\n\t\t\t\t\tviewerRole\n\t\t\t\t }\n\t\t\t}\n\t\t}",
|
|
1021
|
+
"stability": "experimental",
|
|
1022
|
+
"observed_in": "fly-go",
|
|
1023
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1024
|
+
"source_path": "resource_organizations.go",
|
|
1025
|
+
"source_line": 224
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "fly_go.DeleteOrganization",
|
|
1029
|
+
"operation_name": null,
|
|
1030
|
+
"operation_type": "mutation",
|
|
1031
|
+
"root_fields": [
|
|
1032
|
+
"deleteOrganization"
|
|
1033
|
+
],
|
|
1034
|
+
"document": "mutation($input: DeleteOrganizationInput!) {\n\t\tdeleteOrganization(input: $input) {\n\t\t clientMutationId\n\t\t deletedOrganizationId\n\t\t }\n\t\t}",
|
|
1035
|
+
"stability": "experimental",
|
|
1036
|
+
"observed_in": "fly-go",
|
|
1037
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1038
|
+
"source_path": "resource_organizations.go",
|
|
1039
|
+
"source_line": 254
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "fly_go.CreateOrganizationInvite",
|
|
1043
|
+
"operation_name": null,
|
|
1044
|
+
"operation_type": "mutation",
|
|
1045
|
+
"root_fields": [
|
|
1046
|
+
"createOrganizationInvitation"
|
|
1047
|
+
],
|
|
1048
|
+
"document": "mutation($input: CreateOrganizationInvitationInput!){\n\t\tcreateOrganizationInvitation(input: $input){\n\t\t\tinvitation {\n\t\t\t\tid\n\t\t\t\temail\n\t\t\t\tcreatedAt\n\t\t\t\tredeemed\n\t\t\t\torganization {\n\t\t\t \t\tslug\n\t\t\t\t}\n\t\t }\n\t\t}\n\t }",
|
|
1049
|
+
"stability": "experimental",
|
|
1050
|
+
"observed_in": "fly-go",
|
|
1051
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1052
|
+
"source_path": "resource_organizations.go",
|
|
1053
|
+
"source_line": 280
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "fly_go.DeleteOrganizationMembership",
|
|
1057
|
+
"operation_name": null,
|
|
1058
|
+
"operation_type": "mutation",
|
|
1059
|
+
"root_fields": [
|
|
1060
|
+
"deleteOrganizationMembership"
|
|
1061
|
+
],
|
|
1062
|
+
"document": "mutation($input: DeleteOrganizationMembershipInput!){\n\t\tdeleteOrganizationMembership(input: $input){\n\t\torganization{\n\t\t slug\n\t\t}\n\t\tuser{\n\t\t name\n\t\t email\n\t\t}\n\t }\n\t}",
|
|
1063
|
+
"stability": "experimental",
|
|
1064
|
+
"observed_in": "fly-go",
|
|
1065
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1066
|
+
"source_path": "resource_organizations.go",
|
|
1067
|
+
"source_line": 313
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "fly_go.GetOrganizationByApp",
|
|
1071
|
+
"operation_name": null,
|
|
1072
|
+
"operation_type": "query",
|
|
1073
|
+
"root_fields": [
|
|
1074
|
+
"app"
|
|
1075
|
+
],
|
|
1076
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\torganization {\n\t\t\t\t\tid\n\t\t\t\t\tslug\n\t\t\t\t\trawSlug\n\t\t\t\t\tpaidPlan\n\t\t\t\t\tremoteBuilderImage\n\t\t\t\t\tremoteBuilderApp {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\thostname\n\t\t\t\t\t\tdeployed\n\t\t\t\t\t\tstatus\n\t\t\t\t\t\tversion\n\t\t\t\t\t\tappUrl\n\t\t\t\t\t\tplatformVersion\n\t\t\t\t\t\tcurrentRelease {\n\t\t\t\t\t\t\tevaluationId\n\t\t\t\t\t\t\tstatus\n\t\t\t\t\t\t\tinProgress\n\t\t\t\t\t\t\tversion\n\t\t\t\t\t\t}\n\t\t\t\t\t\tipAddresses {\n\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\taddress\n\t\t\t\t\t\t\t\ttype\n\t\t\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\torganization {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tslug\n\t\t\t\t\t\t\tpaidPlan\n\t\t\t\t\t\t}\n\t\t\t\t\t\timageDetails {\n\t\t\t\t\t\t\tregistry\n\t\t\t\t\t\t\trepository\n\t\t\t\t\t\t\ttag\n\t\t\t\t\t\t\tdigest\n\t\t\t\t\t\t\tversion\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmachines{\n\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\t\tconfig\n\t\t\t\t\t\t\t\tstate\n\t\t\t\t\t\t\t\tregion\n\t\t\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\t\t\tapp {\n\t\t\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tips {\n\t\t\t\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\t\t\t\tfamily\n\t\t\t\t\t\t\t\t\t\tkind\n\t\t\t\t\t\t\t\t\t\tip\n\t\t\t\t\t\t\t\t\t\tmaskSize\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\thost {\n\t\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tpostgresAppRole: role {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t}\n\n\t\t\t}\n\t\t}",
|
|
1077
|
+
"stability": "experimental",
|
|
1078
|
+
"observed_in": "fly-go",
|
|
1079
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1080
|
+
"source_path": "resource_organizations.go",
|
|
1081
|
+
"source_line": 344
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "fly_go.GetAllowedReplaySourceOrgSlugs",
|
|
1085
|
+
"operation_name": null,
|
|
1086
|
+
"operation_type": "query",
|
|
1087
|
+
"root_fields": [
|
|
1088
|
+
"organization"
|
|
1089
|
+
],
|
|
1090
|
+
"document": "query($slug: String!) {\n\t\t\torganization(slug: $slug) {\n\t\t\t\tallowedReplaySourceOrgSlugs\n\t\t\t}\n\t\t}",
|
|
1091
|
+
"stability": "experimental",
|
|
1092
|
+
"observed_in": "fly-go",
|
|
1093
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1094
|
+
"source_path": "resource_organizations.go",
|
|
1095
|
+
"source_line": 439
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "fly_go.AddAllowedReplaySourceOrgs",
|
|
1099
|
+
"operation_name": null,
|
|
1100
|
+
"operation_type": "mutation",
|
|
1101
|
+
"root_fields": [
|
|
1102
|
+
"addAllowedReplaySourceOrgs"
|
|
1103
|
+
],
|
|
1104
|
+
"document": "mutation($input: AddAllowedReplaySourceOrgsInput!) {\n\t\t\taddAllowedReplaySourceOrgs(input: $input) {\n\t\t\t\torganization {\n\t\t\t\t\tid\n\t\t\t\t\tslug\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1105
|
+
"stability": "experimental",
|
|
1106
|
+
"observed_in": "fly-go",
|
|
1107
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1108
|
+
"source_path": "resource_organizations.go",
|
|
1109
|
+
"source_line": 464
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "fly_go.RemoveAllowedReplaySourceOrgs",
|
|
1113
|
+
"operation_name": null,
|
|
1114
|
+
"operation_type": "mutation",
|
|
1115
|
+
"root_fields": [
|
|
1116
|
+
"removeAllowedReplaySourceOrgs"
|
|
1117
|
+
],
|
|
1118
|
+
"document": "mutation($input: RemoveAllowedReplaySourceOrgsInput!) {\n\t\t\tremoveAllowedReplaySourceOrgs(input: $input) {\n\t\t\t\torganization {\n\t\t\t\t\tid\n\t\t\t\t\tslug\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1119
|
+
"stability": "experimental",
|
|
1120
|
+
"observed_in": "fly-go",
|
|
1121
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1122
|
+
"source_path": "resource_organizations.go",
|
|
1123
|
+
"source_line": 496
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "fly_go.SetAllowAllCrossNetworkReplays",
|
|
1127
|
+
"operation_name": null,
|
|
1128
|
+
"operation_type": "mutation",
|
|
1129
|
+
"root_fields": [
|
|
1130
|
+
"setAllowAllCrossNetworkReplays"
|
|
1131
|
+
],
|
|
1132
|
+
"document": "mutation($input: SetAllowAllCrossNetworkReplaysInput!) {\n\t\t\tsetAllowAllCrossNetworkReplays(input: $input) {\n\t\t\t\torganization {\n\t\t\t\t\tid\n\t\t\t\t\tslug\n\t\t\t\t\tname\n\t\t\t\t\tallowAllCrossNetworkReplays\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1133
|
+
"stability": "experimental",
|
|
1134
|
+
"observed_in": "fly-go",
|
|
1135
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1136
|
+
"source_path": "resource_organizations.go",
|
|
1137
|
+
"source_line": 528
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "fly_go.GetAllowAllCrossNetworkReplays",
|
|
1141
|
+
"operation_name": null,
|
|
1142
|
+
"operation_type": "query",
|
|
1143
|
+
"root_fields": [
|
|
1144
|
+
"organization"
|
|
1145
|
+
],
|
|
1146
|
+
"document": "query($slug: String!) {\n\t\t\torganization(slug: $slug) {\n\t\t\t\tallowAllCrossNetworkReplays\n\t\t\t}\n\t\t}",
|
|
1147
|
+
"stability": "experimental",
|
|
1148
|
+
"observed_in": "fly-go",
|
|
1149
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1150
|
+
"source_path": "resource_organizations.go",
|
|
1151
|
+
"source_line": 557
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "fly_go.PlatformRegions",
|
|
1155
|
+
"operation_name": null,
|
|
1156
|
+
"operation_type": "query",
|
|
1157
|
+
"root_fields": [
|
|
1158
|
+
"platform"
|
|
1159
|
+
],
|
|
1160
|
+
"document": "query {\n\t\t\tplatform {\n\t\t\t\trequestRegion\n\t\t\t\tregions {\n\t\t\t\t\tname\n\t\t\t\t\tcode\n\t\t\t\t\tlatitude\n\t\t\t\t\tlongitude\n\t\t\t\t\tgatewayAvailable\n\t\t\t\t\trequiresPaidPlan\n\t\t\t\t\tdeprecated\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1161
|
+
"stability": "experimental",
|
|
1162
|
+
"observed_in": "fly-go",
|
|
1163
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1164
|
+
"source_path": "resource_platform.go",
|
|
1165
|
+
"source_line": 6
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "fly_go.AttachPostgresCluster",
|
|
1169
|
+
"operation_name": null,
|
|
1170
|
+
"operation_type": "mutation",
|
|
1171
|
+
"root_fields": [
|
|
1172
|
+
"attachPostgresCluster"
|
|
1173
|
+
],
|
|
1174
|
+
"document": "mutation($input: AttachPostgresClusterInput!) {\n\t\t\tattachPostgresCluster(input: $input) {\n\t\t\t\tapp {\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tpostgresClusterApp {\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tenvironmentVariableName\n\t\t\t\tconnectionString\n\t\t\t\tenvironmentVariableName\n\t\t\t}\n\t\t}",
|
|
1175
|
+
"stability": "experimental",
|
|
1176
|
+
"observed_in": "fly-go",
|
|
1177
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1178
|
+
"source_path": "resource_postgres.go",
|
|
1179
|
+
"source_line": 8
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"name": "fly_go.DetachPostgresCluster",
|
|
1183
|
+
"operation_name": null,
|
|
1184
|
+
"operation_type": "mutation",
|
|
1185
|
+
"root_fields": [
|
|
1186
|
+
"detachPostgresCluster"
|
|
1187
|
+
],
|
|
1188
|
+
"document": "mutation($input: DetachPostgresClusterInput!) {\n\t\t\tdetachPostgresCluster(input: $input) {\n\t\t\t\tclientMutationId\n\t\t\t}\n\t\t}",
|
|
1189
|
+
"stability": "experimental",
|
|
1190
|
+
"observed_in": "fly-go",
|
|
1191
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1192
|
+
"source_path": "resource_postgres.go",
|
|
1193
|
+
"source_line": 37
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "fly_go.ListPostgresClusterAttachments",
|
|
1197
|
+
"operation_name": null,
|
|
1198
|
+
"operation_type": "query",
|
|
1199
|
+
"root_fields": [
|
|
1200
|
+
"postgresAttachments"
|
|
1201
|
+
],
|
|
1202
|
+
"document": "query($appName: String!, $postgresAppName: String!) {\n\t\t\tpostgresAttachments(appName: $appName, postgresAppName: $postgresAppName) {\n\t\t\t\tnodes {\n\t\t\t\t\tid\n\t\t\t\t\tdatabaseName\n\t\t\t\t\tdatabaseUser\n\t\t\t\t\tenvironmentVariableName\n\t\t\t\t}\n\t\t }\n\t\t}",
|
|
1203
|
+
"stability": "experimental",
|
|
1204
|
+
"observed_in": "fly-go",
|
|
1205
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1206
|
+
"source_path": "resource_postgres.go",
|
|
1207
|
+
"source_line": 55
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "fly_go.EnablePostgresConsul",
|
|
1211
|
+
"operation_name": null,
|
|
1212
|
+
"operation_type": "mutation",
|
|
1213
|
+
"root_fields": [
|
|
1214
|
+
"enablePostgresConsul"
|
|
1215
|
+
],
|
|
1216
|
+
"document": "mutation($appName: ID!) {\n\t\t\tenablePostgresConsul(input: {appId: $appName}) {\n\t\t\t\tconsulUrl\n\t\t\t}\n\t\t}",
|
|
1217
|
+
"stability": "experimental",
|
|
1218
|
+
"observed_in": "fly-go",
|
|
1219
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1220
|
+
"source_path": "resource_postgres.go",
|
|
1221
|
+
"source_line": 82
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "fly_go.GetNearestRegion",
|
|
1225
|
+
"operation_name": null,
|
|
1226
|
+
"operation_type": "query",
|
|
1227
|
+
"root_fields": [
|
|
1228
|
+
"nearestRegion"
|
|
1229
|
+
],
|
|
1230
|
+
"document": "query {\n\t\t\tnearestRegion {\n\t\t\t\tcode\n\t\t\t\tname\n\t\t\t\tgatewayAvailable\n\t\t\t\tdeprecated\n\t\t\t}\n\t\t}",
|
|
1231
|
+
"stability": "experimental",
|
|
1232
|
+
"observed_in": "fly-go",
|
|
1233
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1234
|
+
"source_path": "resource_regions.go",
|
|
1235
|
+
"source_line": 6
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"name": "fly_go.GetAppReleasesMachines",
|
|
1239
|
+
"operation_name": null,
|
|
1240
|
+
"operation_type": "query",
|
|
1241
|
+
"root_fields": [
|
|
1242
|
+
"app"
|
|
1243
|
+
],
|
|
1244
|
+
"document": "query($appName: String!, $limit: Int!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\treleases: releasesUnprocessed(first: $limit) {\n\t\t\t\t\tnodes {\n\t\t\t \t\t\tid\n\t\t\t \t\t\tversion\n\t\t\t \t\t\tdescription\n\t\t\t \t\t\treason\n\t\t\t \t\t\tstatus\n\t\t\t \t\t\timageRef\n\t\t\t \t\t\tstable\n\t\t\t \t\t\tuser {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\temail\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t \t\t\tcreatedAt\n\t\t\t\t\t}\n\t\t \t\t}\n\t\t\t}\n\t\t}",
|
|
1245
|
+
"stability": "experimental",
|
|
1246
|
+
"observed_in": "fly-go",
|
|
1247
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1248
|
+
"source_path": "resource_releases.go",
|
|
1249
|
+
"source_line": 6
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"name": "fly_go.GetAppCurrentReleaseMachines",
|
|
1253
|
+
"operation_name": null,
|
|
1254
|
+
"operation_type": "query",
|
|
1255
|
+
"root_fields": [
|
|
1256
|
+
"app"
|
|
1257
|
+
],
|
|
1258
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tcurrentRelease: currentReleaseUnprocessed {\n\t\t\t\t\tid\n\t\t\t\t\tversion\n\t\t\t\t\tdescription\n\t\t\t\t\treason\n\t\t\t\t\tstatus\n\t\t\t\t\timageRef\n\t\t\t\t\tstable\n\t\t\t\t\tuser {\n\t\t\t\t\t\tid\n\t\t\t\t\t\temail\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n\t\t\t\t\tcreatedAt\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1259
|
+
"stability": "experimental",
|
|
1260
|
+
"observed_in": "fly-go",
|
|
1261
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1262
|
+
"source_path": "resource_releases.go",
|
|
1263
|
+
"source_line": 47
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "fly_go.CreateRelease",
|
|
1267
|
+
"operation_name": "CreateRelease",
|
|
1268
|
+
"operation_type": "mutation",
|
|
1269
|
+
"root_fields": [
|
|
1270
|
+
"createRelease"
|
|
1271
|
+
],
|
|
1272
|
+
"document": "# @genqlient\n\tmutation CreateRelease($input:CreateReleaseInput!) {\n\t\tcreateRelease(input:$input) {\n\t\t\trelease {\n\t\t\t\tid\n\t\t\t\tversion\n\t\t\t}\n\t\t}\n\t}",
|
|
1273
|
+
"stability": "experimental",
|
|
1274
|
+
"observed_in": "fly-go",
|
|
1275
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1276
|
+
"source_path": "resource_releases.go",
|
|
1277
|
+
"source_line": 82
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"name": "fly_go.UpdateRelease",
|
|
1281
|
+
"operation_name": "UpdateRelease",
|
|
1282
|
+
"operation_type": "mutation",
|
|
1283
|
+
"root_fields": [
|
|
1284
|
+
"updateRelease"
|
|
1285
|
+
],
|
|
1286
|
+
"document": "# @genqlient\n\tmutation UpdateRelease($input:UpdateReleaseInput!) {\n\t\tupdateRelease(input:$input) {\n\t\t\trelease {\n\t\t\t\tid\n\t\t\t}\n\t\t}\n\t}",
|
|
1287
|
+
"stability": "experimental",
|
|
1288
|
+
"observed_in": "fly-go",
|
|
1289
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1290
|
+
"source_path": "resource_releases.go",
|
|
1291
|
+
"source_line": 97
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "fly_go.EnsureRemoteBuilder",
|
|
1295
|
+
"operation_name": null,
|
|
1296
|
+
"operation_type": "mutation",
|
|
1297
|
+
"root_fields": [
|
|
1298
|
+
"ensureMachineRemoteBuilder"
|
|
1299
|
+
],
|
|
1300
|
+
"document": "mutation($input: EnsureMachineRemoteBuilderInput!) {\n\t\t\tensureMachineRemoteBuilder(input: $input) {\n\t\t\t\tmachine {\n\t\t\t\t\tid\n\t\t\t\t\tstate\n\t\t\t\t\tips {\n\t\t\t\t\t\tnodes {\n\t\t\t\t\t\t\tfamily\n\t\t\t\t\t\t\tkind\n\t\t\t\t\t\t\tip\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tapp {\n\t\t\t\t\tname\n\t\t\t\t\torganization {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tslug\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1301
|
+
"stability": "experimental",
|
|
1302
|
+
"observed_in": "fly-go",
|
|
1303
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1304
|
+
"source_path": "resource_remote_builders.go",
|
|
1305
|
+
"source_line": 6
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "fly_go.EnsureDepotRemoteBuilder",
|
|
1309
|
+
"operation_name": "EnsureDepotRemoteBuilder",
|
|
1310
|
+
"operation_type": "mutation",
|
|
1311
|
+
"root_fields": [
|
|
1312
|
+
"ensureDepotRemoteBuilder"
|
|
1313
|
+
],
|
|
1314
|
+
"document": "# @genqlient(pointer: true)\n\t\tmutation EnsureDepotRemoteBuilder($input: EnsureDepotRemoteBuilderInput!) {\n\t\t\tensureDepotRemoteBuilder(input:$input) {\n\t\t\t\tbuildId\n\t\t\t\tbuildToken\n\t\t\t}\n\t\t}",
|
|
1315
|
+
"stability": "experimental",
|
|
1316
|
+
"observed_in": "fly-go",
|
|
1317
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1318
|
+
"source_path": "resource_remote_builders.go",
|
|
1319
|
+
"source_line": 56
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "fly_go.SetSecrets",
|
|
1323
|
+
"operation_name": null,
|
|
1324
|
+
"operation_type": "mutation",
|
|
1325
|
+
"root_fields": [
|
|
1326
|
+
"setSecrets"
|
|
1327
|
+
],
|
|
1328
|
+
"document": "mutation($input: SetSecretsInput!) {\n\t\t\tsetSecrets(input: $input) {\n\t\t\t\trelease {\n\t\t\t\t\tid\n\t\t\t\t\tversion\n\t\t\t\t\treason\n\t\t\t\t\tdescription\n\t\t\t\t\tuser {\n\t\t\t\t\t\tid\n\t\t\t\t\t\temail\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n\t\t\t\t\tevaluationId\n\t\t\t\t\tcreatedAt\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1329
|
+
"stability": "experimental",
|
|
1330
|
+
"observed_in": "fly-go",
|
|
1331
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1332
|
+
"source_path": "resource_secrets.go",
|
|
1333
|
+
"source_line": 6
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "fly_go.UnsetSecrets",
|
|
1337
|
+
"operation_name": null,
|
|
1338
|
+
"operation_type": "mutation",
|
|
1339
|
+
"root_fields": [
|
|
1340
|
+
"unsetSecrets"
|
|
1341
|
+
],
|
|
1342
|
+
"document": "mutation($input: UnsetSecretsInput!) {\n\t\t\tunsetSecrets(input: $input) {\n\t\t\t\trelease {\n\t\t\t\t\tid\n\t\t\t\t\tversion\n\t\t\t\t\treason\n\t\t\t\t\tdescription\n\t\t\t\t\tuser {\n\t\t\t\t\t\tid\n\t\t\t\t\t\temail\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n\t\t\t\t\tevaluationId\n\t\t\t\t\tcreatedAt\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1343
|
+
"stability": "experimental",
|
|
1344
|
+
"observed_in": "fly-go",
|
|
1345
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1346
|
+
"source_path": "resource_secrets.go",
|
|
1347
|
+
"source_line": 45
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "fly_go.GetAppSecrets",
|
|
1351
|
+
"operation_name": null,
|
|
1352
|
+
"operation_type": "query",
|
|
1353
|
+
"root_fields": [
|
|
1354
|
+
"app"
|
|
1355
|
+
],
|
|
1356
|
+
"document": "query ($appName: String!) {\n\t\t\tapp(name: $appName) {\n\t\t\t\tsecrets {\n\t\t\t\t\tname\n\t\t\t\t\tdigest\n\t\t\t\t\tcreatedAt\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1357
|
+
"stability": "experimental",
|
|
1358
|
+
"observed_in": "fly-go",
|
|
1359
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1360
|
+
"source_path": "resource_secrets.go",
|
|
1361
|
+
"source_line": 79
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "fly_go.GetLoggedCertificates",
|
|
1365
|
+
"operation_name": null,
|
|
1366
|
+
"operation_type": "query",
|
|
1367
|
+
"root_fields": [
|
|
1368
|
+
"organization"
|
|
1369
|
+
],
|
|
1370
|
+
"document": "query($slug: String!) {\n organization(slug: $slug) {\n loggedCertificates {\n nodes {\n root\n cert\n }\n }\n }\n}",
|
|
1371
|
+
"stability": "experimental",
|
|
1372
|
+
"observed_in": "fly-go",
|
|
1373
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1374
|
+
"source_path": "resource_ssh.go",
|
|
1375
|
+
"source_line": 12
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"name": "fly_go.IssueSSHCertificate",
|
|
1379
|
+
"operation_name": null,
|
|
1380
|
+
"operation_type": "mutation",
|
|
1381
|
+
"root_fields": [
|
|
1382
|
+
"issueCertificate"
|
|
1383
|
+
],
|
|
1384
|
+
"document": "mutation($input: IssueCertificateInput!) {\n issueCertificate(input: $input) {\n certificate, key\n }\n}",
|
|
1385
|
+
"stability": "experimental",
|
|
1386
|
+
"observed_in": "fly-go",
|
|
1387
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1388
|
+
"source_path": "resource_ssh.go",
|
|
1389
|
+
"source_line": 36
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "fly_go.GetOrgLimitedAccessTokens",
|
|
1393
|
+
"operation_name": null,
|
|
1394
|
+
"operation_type": "query",
|
|
1395
|
+
"root_fields": [
|
|
1396
|
+
"organization"
|
|
1397
|
+
],
|
|
1398
|
+
"document": "query ($slug: String!) {\n\t\t\torgLimitedAccessTokens: organization(slug: $slug) {\n\t\t\t\tlimitedAccessTokens {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\texpiresAt\n\t\t\t\t\t\trevokedAt\n\t\t\t\t\t\tuser {\n\t\t\t\t\t\t\temail\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1399
|
+
"stability": "experimental",
|
|
1400
|
+
"observed_in": "fly-go",
|
|
1401
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1402
|
+
"source_path": "resource_tokens.go",
|
|
1403
|
+
"source_line": 8
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "fly_go.GetAppLimitedAccessTokens",
|
|
1407
|
+
"operation_name": null,
|
|
1408
|
+
"operation_type": "query",
|
|
1409
|
+
"root_fields": [
|
|
1410
|
+
"app"
|
|
1411
|
+
],
|
|
1412
|
+
"document": "query ($appName: String!) {\n\t\t\tappLimitedAccessTokens: app(name: $appName) {\n\t\t\t\tlimitedAccessTokens {\n\t\t\t\t\tnodes {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\ttoken\n\t\t\t\t\t\texpiresAt\n\t\t\t\t\t\trevokedAt\n\t\t\t\t\t\tuser {\n\t\t\t\t\t\t\temail\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}",
|
|
1413
|
+
"stability": "experimental",
|
|
1414
|
+
"observed_in": "fly-go",
|
|
1415
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1416
|
+
"source_path": "resource_tokens.go",
|
|
1417
|
+
"source_line": 43
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "fly_go.RevokeLimitedAccessToken",
|
|
1421
|
+
"operation_name": null,
|
|
1422
|
+
"operation_type": "mutation",
|
|
1423
|
+
"root_fields": [
|
|
1424
|
+
"deleteLimitedAccessToken"
|
|
1425
|
+
],
|
|
1426
|
+
"document": "mutation($input:DeleteLimitedAccessTokenInput!) {\n\t\t\tdeleteLimitedAccessToken(input: $input) {\n\t\t\t\ttoken\n\t\t\t}\n\t\t}",
|
|
1427
|
+
"stability": "experimental",
|
|
1428
|
+
"observed_in": "fly-go",
|
|
1429
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1430
|
+
"source_path": "resource_tokens.go",
|
|
1431
|
+
"source_line": 79
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "fly_go.GetCurrentUser",
|
|
1435
|
+
"operation_name": null,
|
|
1436
|
+
"operation_type": "query",
|
|
1437
|
+
"root_fields": [
|
|
1438
|
+
"viewer"
|
|
1439
|
+
],
|
|
1440
|
+
"document": "query {\n\t\t\t\tviewer {\n\t\t\t\t\t... on User {\n\t\t\t\t\t\tid\n\t\t\t\t\t\temail\n\t\t\t\t\t\tenablePaidHobby\n\t\t\t\t\t}\n\t\t\t\t\t... on Macaroon {\n\t\t\t\t\t\temail\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t}",
|
|
1441
|
+
"stability": "experimental",
|
|
1442
|
+
"observed_in": "fly-go",
|
|
1443
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1444
|
+
"source_path": "resource_user.go",
|
|
1445
|
+
"source_line": 8
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "fly_go.GetAppNameFromVolume",
|
|
1449
|
+
"operation_name": null,
|
|
1450
|
+
"operation_type": "query",
|
|
1451
|
+
"root_fields": [
|
|
1452
|
+
"volume"
|
|
1453
|
+
],
|
|
1454
|
+
"document": "query($id: ID!) {\n\tvolume: volume(id: $id) {\n\t\t... on Volume {\n\t\t\tapp {\n\t\t\t\tname\n\t\t\t}\n\t\t}\n\t}\n}",
|
|
1455
|
+
"stability": "experimental",
|
|
1456
|
+
"observed_in": "fly-go",
|
|
1457
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1458
|
+
"source_path": "resource_volumes.go",
|
|
1459
|
+
"source_line": 8
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"name": "fly_go.GetAppNameStateFromVolume",
|
|
1463
|
+
"operation_name": "GetAppNameStateFromVolume",
|
|
1464
|
+
"operation_type": "query",
|
|
1465
|
+
"root_fields": [
|
|
1466
|
+
"volume"
|
|
1467
|
+
],
|
|
1468
|
+
"document": "query GetAppNameStateFromVolume($id: ID!) {\n\tvolume: volume(id: $id) {\n\t\t... on Volume {\n\t\t\tapp {\n\t\t\t\tname\n\t\t\t}\n\t\t\tstate\n\t\t}\n\t}\n}",
|
|
1469
|
+
"stability": "experimental",
|
|
1470
|
+
"observed_in": "fly-go",
|
|
1471
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1472
|
+
"source_path": "resource_volumes.go",
|
|
1473
|
+
"source_line": 34
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "fly_go.GetSnapshotsFromVolume",
|
|
1477
|
+
"operation_name": "GetSnapshotsFromVolume",
|
|
1478
|
+
"operation_type": "query",
|
|
1479
|
+
"root_fields": [
|
|
1480
|
+
"volume"
|
|
1481
|
+
],
|
|
1482
|
+
"document": "query GetSnapshotsFromVolume($id: ID!) {\n\tvolume: volume(id: $id) {\n\t\t... on Volume {\n\t\t\tsnapshots {\n\t\t\t\tnodes {\n\t\t\t\t\tid\n\t\t\t\t\tsize\n\t\t\t\t\tdigest\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tretentionDays\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
|
|
1483
|
+
"stability": "experimental",
|
|
1484
|
+
"observed_in": "fly-go",
|
|
1485
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1486
|
+
"source_path": "resource_volumes.go",
|
|
1487
|
+
"source_line": 61
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"name": "fly_go.GetWireGuardPeer",
|
|
1491
|
+
"operation_name": null,
|
|
1492
|
+
"operation_type": "query",
|
|
1493
|
+
"root_fields": [
|
|
1494
|
+
"organization"
|
|
1495
|
+
],
|
|
1496
|
+
"document": "query($slug: String!, $name: String!) {\n organization(slug: $slug) {\n wireGuardPeer(name: $name) {\n id\n name\n pubkey\n region\n peerip\n }\n }\n}",
|
|
1497
|
+
"stability": "experimental",
|
|
1498
|
+
"observed_in": "fly-go",
|
|
1499
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1500
|
+
"source_path": "resource_wireguard.go",
|
|
1501
|
+
"source_line": 10
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "fly_go.GetWireGuardPeers",
|
|
1505
|
+
"operation_name": null,
|
|
1506
|
+
"operation_type": "query",
|
|
1507
|
+
"root_fields": [
|
|
1508
|
+
"organization"
|
|
1509
|
+
],
|
|
1510
|
+
"document": "query($slug: String!) {\n organization(slug: $slug) {\n wireGuardPeers {\n nodes {\n id\n name\n pubkey\n region\n peerip\n }\n }\n }\n}",
|
|
1511
|
+
"stability": "experimental",
|
|
1512
|
+
"observed_in": "fly-go",
|
|
1513
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1514
|
+
"source_path": "resource_wireguard.go",
|
|
1515
|
+
"source_line": 37
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"name": "fly_go.CreateWireGuardPeer",
|
|
1519
|
+
"operation_name": null,
|
|
1520
|
+
"operation_type": "mutation",
|
|
1521
|
+
"root_fields": [
|
|
1522
|
+
"addWireGuardPeer"
|
|
1523
|
+
],
|
|
1524
|
+
"document": "mutation($input: AddWireGuardPeerInput!) {\n addWireGuardPeer(input: $input) {\n peerip\n endpointip\n pubkey\n }\n}",
|
|
1525
|
+
"stability": "experimental",
|
|
1526
|
+
"observed_in": "fly-go",
|
|
1527
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1528
|
+
"source_path": "resource_wireguard.go",
|
|
1529
|
+
"source_line": 64
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "fly_go.RemoveWireGuardPeer",
|
|
1533
|
+
"operation_name": null,
|
|
1534
|
+
"operation_type": "mutation",
|
|
1535
|
+
"root_fields": [
|
|
1536
|
+
"removeWireGuardPeer"
|
|
1537
|
+
],
|
|
1538
|
+
"document": "mutation($input: RemoveWireGuardPeerInput!) {\n removeWireGuardPeer(input: $input) {\n organization {\n id\n }\n }\n}",
|
|
1539
|
+
"stability": "experimental",
|
|
1540
|
+
"observed_in": "fly-go",
|
|
1541
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1542
|
+
"source_path": "resource_wireguard.go",
|
|
1543
|
+
"source_line": 108
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "fly_go.CreateDelegatedWireGuardToken",
|
|
1547
|
+
"operation_name": null,
|
|
1548
|
+
"operation_type": "mutation",
|
|
1549
|
+
"root_fields": [
|
|
1550
|
+
"createDelegatedWireGuardToken"
|
|
1551
|
+
],
|
|
1552
|
+
"document": "mutation($input: CreateDelegatedWireGuardTokenInput!) {\n createDelegatedWireGuardToken(input: $input) {\n token\n }\n}",
|
|
1553
|
+
"stability": "experimental",
|
|
1554
|
+
"observed_in": "fly-go",
|
|
1555
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1556
|
+
"source_path": "resource_wireguard.go",
|
|
1557
|
+
"source_line": 129
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "fly_go.DeleteDelegatedWireGuardToken",
|
|
1561
|
+
"operation_name": null,
|
|
1562
|
+
"operation_type": "mutation",
|
|
1563
|
+
"root_fields": [
|
|
1564
|
+
"deleteDelegatedWireGuardToken"
|
|
1565
|
+
],
|
|
1566
|
+
"document": "mutation($input: DeleteDelegatedWireGuardTokenInput!) {\n deleteDelegatedWireGuardToken(input: $input) {\n token\n }\n}",
|
|
1567
|
+
"stability": "experimental",
|
|
1568
|
+
"observed_in": "fly-go",
|
|
1569
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1570
|
+
"source_path": "resource_wireguard.go",
|
|
1571
|
+
"source_line": 151
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"name": "fly_go.GetDelegatedWireGuardTokens",
|
|
1575
|
+
"operation_name": null,
|
|
1576
|
+
"operation_type": "query",
|
|
1577
|
+
"root_fields": [
|
|
1578
|
+
"organization"
|
|
1579
|
+
],
|
|
1580
|
+
"document": "query($slug: String!) {\n organization(slug: $slug) {\n delegatedWireGuardTokens {\n nodes {\n name\n }\n }\n }\n}",
|
|
1581
|
+
"stability": "experimental",
|
|
1582
|
+
"observed_in": "fly-go",
|
|
1583
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1584
|
+
"source_path": "resource_wireguard.go",
|
|
1585
|
+
"source_line": 181
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"name": "fly_go.ClosestWireguardGatewayRegion",
|
|
1589
|
+
"operation_name": null,
|
|
1590
|
+
"operation_type": "query",
|
|
1591
|
+
"root_fields": [
|
|
1592
|
+
"nearestRegion"
|
|
1593
|
+
],
|
|
1594
|
+
"document": "query {\n\t\t\tnearestRegion(wireguardGateway: true) {\n\t\t\t\tcode\n\t\t\t\tname\n\t\t\t\tgatewayAvailable\n\t\t\t\tdeprecated\n\t\t\t}\n\t\t}",
|
|
1595
|
+
"stability": "experimental",
|
|
1596
|
+
"observed_in": "fly-go",
|
|
1597
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1598
|
+
"source_path": "resource_wireguard.go",
|
|
1599
|
+
"source_line": 204
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"name": "fly_go.ValidateWireGuardPeers",
|
|
1603
|
+
"operation_name": null,
|
|
1604
|
+
"operation_type": "mutation",
|
|
1605
|
+
"root_fields": [
|
|
1606
|
+
"validateWireGuardPeers"
|
|
1607
|
+
],
|
|
1608
|
+
"document": "mutation($input: ValidateWireGuardPeersInput!) {\n validateWireGuardPeers(input: $input) {\n\t\tinvalidPeerIps\n\t}\n}",
|
|
1609
|
+
"stability": "experimental",
|
|
1610
|
+
"observed_in": "fly-go",
|
|
1611
|
+
"source_revision": "858ec691152ab3faa0b0a0438726bda8144d8734",
|
|
1612
|
+
"source_path": "resource_wireguard.go",
|
|
1613
|
+
"source_line": 225
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"name": "official.allocate_shared_ipv4",
|
|
1617
|
+
"operation_name": null,
|
|
1618
|
+
"operation_type": "mutation",
|
|
1619
|
+
"root_fields": [
|
|
1620
|
+
"allocateIpAddress"
|
|
1621
|
+
],
|
|
1622
|
+
"document": "mutation($input: AllocateIPAddressInput!) { allocateIpAddress(input: $input) { app { sharedIpAddress } } }",
|
|
1623
|
+
"stability": "experimental",
|
|
1624
|
+
"observed_in": "official_documentation",
|
|
1625
|
+
"source_revision": "1e8cac5f0fd7a82e66e3b01ece3a10a8ecb2b7e3",
|
|
1626
|
+
"source_path": "mcp/deploy-with/machines-api.html.md",
|
|
1627
|
+
"source_line": 80
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "official.allocate_ipv6",
|
|
1631
|
+
"operation_name": null,
|
|
1632
|
+
"operation_type": "mutation",
|
|
1633
|
+
"root_fields": [
|
|
1634
|
+
"allocateIpAddress"
|
|
1635
|
+
],
|
|
1636
|
+
"document": "mutation($input: AllocateIPAddressInput!) { allocateIpAddress(input: $input) { ipAddress { id address type region createdAt } } }",
|
|
1637
|
+
"stability": "experimental",
|
|
1638
|
+
"observed_in": "official_documentation",
|
|
1639
|
+
"source_revision": "1e8cac5f0fd7a82e66e3b01ece3a10a8ecb2b7e3",
|
|
1640
|
+
"source_path": "mcp/deploy-with/machines-api.html.md",
|
|
1641
|
+
"source_line": 97
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "official.list_releases_with_images",
|
|
1645
|
+
"operation_name": null,
|
|
1646
|
+
"operation_type": "query",
|
|
1647
|
+
"root_fields": [
|
|
1648
|
+
"app"
|
|
1649
|
+
],
|
|
1650
|
+
"document": "query($appName: String!, $limit: Int!) { app(name: $appName) { releases: releasesUnprocessed(first: $limit) { nodes { id version description reason status imageRef stable user { id email name } createdAt } } } }",
|
|
1651
|
+
"stability": "experimental",
|
|
1652
|
+
"observed_in": "official_documentation",
|
|
1653
|
+
"source_revision": "1e8cac5f0fd7a82e66e3b01ece3a10a8ecb2b7e3",
|
|
1654
|
+
"source_path": "blueprints/using-the-fly-docker-registry.html.md",
|
|
1655
|
+
"source_line": 108
|
|
1656
|
+
}
|
|
1657
|
+
]
|
|
1658
|
+
}
|