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

SubgrapVersion entity feature parity #51

Closed
3 tasks done
sahra-karakoc opened this issue Aug 2, 2023 · 2 comments
Closed
3 tasks done

SubgrapVersion entity feature parity #51

sahra-karakoc opened this issue Aug 2, 2023 · 2 comments
Assignees
Labels
p1 High priority size:small Small type:feature New or enhanced functionality

Comments

@sahra-karakoc
Copy link
Member

sahra-karakoc commented Aug 2, 2023

  • version: Int!
  • createdAt: Int!
  • deployment: String!

Tracking issue
#46

@sahra-karakoc
Copy link
Member Author

SubgraphVersion fetches ipfs data which is not yet available in substreams

@sahra-karakoc sahra-karakoc self-assigned this Sep 26, 2023
@sahra-karakoc
Copy link
Member Author

Added fields:

type SubgraphVersion @entity {
"Concatenation of subgraph, subgraph deployment, and version ID"
id: ID!
"Subgraph of this version"
subgraph: Subgraph!
"Subgraph deployment of this version"
subgraphDeployment: SubgraphDeployment!
"Version number"
version: Int!
"Creation timestamp"
createdAt: Int!
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 High priority size:small Small type:feature New or enhanced functionality
Projects
None yet
Development

No branches or pull requests

3 participants