-
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
Issues with Graph QL #1067
Comments
Hey @emmanuelgrase, thank you for reaching out. Does the GraphQL API on Amplify Studio have DataStore/conflict resolution enabled? |
Hello Aws-Amplify/Amplify-Studio
Many thanks for getting back to me.
I don’t know what this is. I only started using GraphQL API.
What happens is that I have a table called users. When a user signs up for
the application, I use their ID and store inside this users table.
Every user will also have another ID which links to another table called
Level 1. Every user will have a level1ID. I’ve made it a one to one
relationship even though multiple users can have the same level1ID.
Every time someone new is assigned to the level 1 ID, it changes the others
person and disconnects their account. I think changing it to many to many
might be the solution but that’s a very long process but I tried this way
also but amplify studio is not working properly. Every time I add someone
to the many to many column, it shows as undefined.
…On Wed, 15 Nov 2023 at 2:51 pm, Kethan sai ***@***.***> wrote:
Hey @emmanuelgrase <https://github.com/emmanuelgrase>, thank you for
reaching out. Does the GraphQL API on Amplify Studio have
DataStore/conflict resolution enabled?
Curious on the logging out behavior, is this occurring on the Client
application such as the Authenticator component or the Studio users that
are configured on the AWS Amplify console?
—
Reply to this email directly, view it on GitHub
<#1067 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCDY3ZZVHW73ZHBZCX5WVXTYETJG5AVCNFSM6AAAAAA7LBBTRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJSGY4DCMRYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@emmanuelgrase do you have any reproduction steps we can utilize? screenshots or recording about this behaviour? |
closing the issue due to inactivity |
|
Which Specific Feature is your question related to?
Graph QL
Question
I have created an application that allows users to log in and then I use their ID to insert into other tables. However, sometimes even though the information is in the table, it says the ID does not exist . Also it keeps changing IDs of people in the table. It also logs people out.
The text was updated successfully, but these errors were encountered: