-
Notifications
You must be signed in to change notification settings - Fork 31
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
Amplify Studio schema is not getting updated #1023
Comments
Hey @jvasanthan, could you provide is some additional information on the behavior you are experiencing? |
Following up on this issue, do let us know if you require any further assistance. |
Hi @ykethan I have a model like below, and I updated it to as shown below in Amplify CLI to enable sorted query based on owner. after that if I make any changes in Amplify Studio UI and the model gets overwritten and the sort option is removed from schema. |
Hey @jvasanthan, thank you for the information. I tried reproducing the issue with the following steps but could not observe this behavior.
Tried deploying resources such as auth but did not observe the sort options being overridden. |
Hi @ykethan My graphql schema in Amplify CLI looks like this
and the GraphQL Schema under data modelling in Amplify Studio looks like this
I don't know why amplify studio isn't showing updated schema |
Hey @jvasanthan, to ensure some information. could you let me know if the |
@jvasanthan Providing the AppID and region should be fine here.
|
Hi @ykethan |
@ykethan after updating Amplify CLI to latest. I do see the schema in Amplify Studio is updated. I will test and let you know more. |
@jvasanthan interesting, would you be open for a call to check the environment? |
Following up on this issues, do let us know if you require any further assistance. |
Closing the issue due to inactivity. please feel free in reaching out to us again. |
|
Which Specific Feature is your question related to?
Amplify Studio UI editing
Question
I updated my schema.graphql with "GraphQL query with sorting by date". After that the changes I make in in the schema in amplify cli is not reflecting in Studio.
How to fix it?
The text was updated successfully, but these errors were encountered: