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

Implement GetYdoc query and Ydoc model #316

Merged
merged 4 commits into from Sep 12, 2023
Merged

Implement GetYdoc query and Ydoc model #316

merged 4 commits into from Sep 12, 2023

Conversation

nonumpa
Copy link
Member

@nonumpa nonumpa commented Sep 7, 2023

Query script

{
  GetYdoc(id: "doc_id") {
    data
    versions {
      createdAt
      snapshot
    }
  }
}

src/graphql/queries/GetYdoc.js Outdated Show resolved Hide resolved
src/graphql/queries/__fixtures__/GetYdoc.js Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Sep 12, 2023

Coverage Status

coverage: 88.426% (+0.03%) from 88.394% when pulling 5b34e2d on feature/ydoc into f98df43 on master.

@MrOrz MrOrz merged commit 64dc2d6 into master Sep 12, 2023
4 checks passed
@MrOrz MrOrz deleted the feature/ydoc branch September 12, 2023 16:27
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.

None yet

4 participants