Skip to content

Commit

Permalink
📦 NEW: GraphQL demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Feb 10, 2019
1 parent 10cd0db commit b2caf43
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions demo/graphql.graphql
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
query($extensionName: String!) {
extensionsJson(extensionName: { eq: $extensionName }) {
extensionName
displayName
shortDescription
tags
query($teamName: String!) {
teamsJson(teamName: { eq: $teamName }) {
name
categories
publisher {
publisherName
user {
userName
displayName
}
statistics {
facts {
statisticName
value
}
versions {
version
files {
assetType
source
}
files
}
}
}

0 comments on commit b2caf43

Please # to comment.