Skip to content

Commit

Permalink
chore(python-sdk): fix graphql query for documents in collection
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeo committed Dec 12, 2024
1 parent c4b869e commit a0336b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/queries.gql
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ query CollectionDocumentInCollection($collectionID: ID!, $docKey: ID!) {
... on CollectionDocument {
...CollectionDocumentReference
}
... on CollectionDocumentNotFound {
...CollectionDocumentNotFound
}
}
}
... on CollectionNotFound {
Expand Down

0 comments on commit a0336b1

Please sign in to comment.