File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
packages/services/api/src/modules/target Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' hive ' : minor
3
+ ---
4
+
5
+ Make ` Target.graphqlEndpointUrl ` available in public GraphQL API
Original file line number Diff line number Diff line change @@ -268,9 +268,10 @@ export default gql`
268
268
name: String! @deprecated(reason: "Use the 'slug' field instead.")
269
269
project: Project!
270
270
"""
271
- The endpoint url of the target's explorer instance.
271
+ The endpoint url of the target's explorer/laboratory instance.
272
+ This is the public endpoint configured in target's settings.
272
273
"""
273
- graphqlEndpointUrl: String
274
+ graphqlEndpointUrl: String @tag(name: "public")
274
275
"""
275
276
Whether a dangerous change fails a schema check and requires a manual approval.
276
277
"""
You can’t perform that action at this time.
0 commit comments