Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F11023586
schema.graphql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
606 B
Subscribers
None
schema.graphql
View Options
interface Node {
id: ID!
}
interface SwhNode {
swhid: String!
}
type PageInfo {
endCursor: String
hasNextPage: Boolean!
}
# Origin
type Origin implements Node {
url: String!
id: ID!
}
type OriginEdge {
cursor: String!
node: [Origin]
}
type OriginConnection {
edges: [OriginEdge]
nodes: [Origin]
pageInfo: PageInfo!
totalCount: Int
}
# Origin end
type Query {
"""
Get an origin with its url
"""
origin(
url: String!
): Origin
"""
Get a list of origins
matching the given filters
"""
origins(
first: Int
after: String
): OriginConnection!
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 18, 4:50 PM (17 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3403929
Attached To
rDGQL GraphQL API
Event Timeline
Log In to Comment