Skip to content

Commit

Permalink
Chore: Removed v0 flutter fragments (#7349)
Browse files Browse the repository at this point in the history
* chore: remove v0 flutter fragment

* chore: remove move flutter fragment

* chore: remove the move page from the directory and remove move from pages completely
  • Loading branch information
khatruong2009 committed May 4, 2024
1 parent c978ee8 commit f6dc40c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
3 changes: 0 additions & 3 deletions src/directory/directory.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1737,9 +1737,6 @@ export const directory = {
{
path: 'src/pages/gen1/[platform]/build-ui/formbuilder/lifecycle/index.mdx'
},
{
path: 'src/pages/[platform]/prev/build-a-backend/storage/move/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-ui/formbuilder/call-to-action/index.mdx'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,6 @@ You can now configure a single GraphQL API to deliver private and public data. P

As discussed in the above linked documentation, certain fields may be protected by different authorization types. This can lead the same query, mutation, or subscription to have different responses based on the authorization sent with the request; Therefore, it is recommended to use the different `friendly_name_<AuthMode>` as the `apiName` parameter in the `Amplify.API` call to reference each authorization type.

import flutter18 from '/src/fragments/lib-v1/graphqlapi/flutter/authz/auth_mode.mdx';

<Fragments fragments={{ flutter: flutter18 }} />

The following snippets highlight the new values in the `amplifyconfiguration.json`/`.dart` and the client code configurations.

The `friendly_name` illustrated here is created from Amplify CLI prompt. There are 4 clients in this configuration that connect to the same API except that they use different `AuthMode`.
Expand Down
26 changes: 0 additions & 26 deletions src/pages/[platform]/prev/build-a-backend/storage/move/index.mdx

This file was deleted.

0 comments on commit f6dc40c

Please sign in to comment.