Skip to content
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

feat(api): iOS Android API GraphQL relational models pages #5956

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from

Conversation

lawmicha
Copy link
Contributor

@lawmicha lawmicha commented Oct 3, 2023

Description of changes:

Related GitHub issue #, if available:

Instructions

If this PR should not be merged upon approval for any reason, please submit as a DRAFT

Which product(s) are affected by this PR (if applicable)?

  • amplify-cli
  • amplify-ui
  • amplify-studio
  • amplify-hosting
  • amplify-libraries

Which platform(s) are affected by this PR (if applicable)?

  • JS
  • iOS
  • Android
  • Flutter
  • React Native

Please add the product(s)/platform(s) affected to the PR title

Checks

  • Does this PR conform to the styleguide?

  • Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly.

  • Are any files being deleted with this PR? If so, have the needed redirects been created?

  • Are all links in MDX files using the MDX link syntax rather than HTML link syntax?

    ref: MDX: [link](https://link.com)
    HTML: <a href="https://link.com">link</a>

When this PR is ready to merge, please check the box below

  • Ready to merge

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

1 similar comment
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

@lawmicha lawmicha force-pushed the feat.api-relational-models branch from 23cd19f to 3e29e93 Compare October 3, 2023 16:53
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

@github-actions
Copy link

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

gpanshu and others added 2 commits October 13, 2023 09:27
@github-actions
Copy link

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

release: Update Amplify Android Library's version
}

if (queryOptions != null) {
Amplify.DataStore.query(Post.class, queryOptions,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Amplify.API, right?



do {
guard let postWithComments = try await Amplify.DataStore.query(Post.self, byId: "123") else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Amplify.API, right?

for comment in comments {
print("\(comment)")
}
} catch let error as DataStoreError {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Amplify.API, right?

user: user
)
do {
try await Amplify.DataStore.save(post)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Amplify.API, right?

)

do {
let savedPost = try await Amplify.DataStore.save(post)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Amplify.API, right?

Abdallah Shaban and others added 4 commits October 16, 2023 09:45
* updated project set up

* update framework info

* updated project set up

* update project set up

* Update src/pages/lib-v1/project-setup/create-application/q/platform/[platform].mdx

added period

* Update src/pages/lib-v1/project-setup/create-application/q/platform/[platform].mdx

Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com>

---------

Co-authored-by: Chris Womack <67726635+cwomack@users.noreply.github.com>
Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com>
Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com>
…6011)

Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.2.7 to 4.2.10.
- [Release notes](https://github.com/aws-amplify/amplify-cli/releases)
- [Changelog](https://github.com/aws-amplify/amplify-cli/blob/@aws-amplify/amplify-cli-core@4.2.10/packages/amplify-cli-core/CHANGELOG.md)
- [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/amplify-cli-core@4.2.10/packages/amplify-cli-core)

---
updated-dependencies:
- dependency-name: "@aws-amplify/amplify-cli-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com>
* Add a custom adobe analytics event for the WhatsNewBanner component

* Add comment for function
@github-actions
Copy link

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

@github-actions
Copy link

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

@github-actions
Copy link

Amplify Docs is moving away from the use of Fragments. Please instead use InlineFilter. See our README for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants