-
Notifications
You must be signed in to change notification settings - Fork 3.2k
docs(applications): Feature Guide for Applications #14178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
🔴 Meticulous spotted visual differences in 19 of 1543 screens tested: view and approve differences detected. Meticulous evaluated ~11 hours of user flows against your PR. Last updated for commit ac2b9c2. This comment will update as new commits are pushed. |
Bundle ReportChanges will decrease total bundle size by 26.09kB (-0.12%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: datahub-react-web-esmAssets Changed:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
||
This guide will show you how to | ||
|
||
- Create an application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gabe-lyons should we also include fetching an application? It was in the feature guide but not here
query getApplication {
application(urn: "urn:li:application:engineering") {
urn
properties {
name
description
}
children {
total
}
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gabe-lyons this is good to go from my side; will defer to you if you want to include the URN lookup example in the API guide or not
Assets already added to static assets.