Skip to content

Instantly share code, notes, and snippets.

@eyston
Created October 26, 2015 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyston/02b09d249c2d2aed0d7e to your computer and use it in GitHub Desktop.
Save eyston/02b09d249c2d2aed0d7e to your computer and use it in GitHub Desktop.
query {
organization16j31a7:organization(id: "facebook") {
description,
id,
name
},
repository1awoa9m:repository(id: "facebook/react") {
description,
id,
name
},
organization16j31a7:organization(id: "facebook") {
created {
day,
month,
year
},
updated {
day,
month,
year
}
},
organization16j31a7:organization(id: "facebook") {
repositoriesWithLength {
length
}
},
organization16j31a7:organization(id: "facebook") {
thumbnailg26tts:thumbnail(height: 100, width: 100),
thumbnailjpdt7s:thumbnail(height: 200),
thumbnail
},
repository1awoa9m:repository(id: "facebook/react") {
organization {
description,
name,
id
}
},
organization16j31a7:organization(id: "facebook") {
repositories1lyyera:repositories(from: 5, to: 9) {
description,
name,
id
}
},
organization16j31a7:organization(id: "facebook") {
repositoriesWithCursorwh4bvk:repositoriesWithCursor(first: 10) {
edges {
node {
name,
id
},
cursor
}
}
},
organization16j31a7:organization(id: "facebook") {
repositoriesWithLengthmfir8a:repositoriesWithLength(from: 0, to: 1) {
nodes {
description,
name,
id
}
}
},
organization16j31a7:organization(id: "facebook") {
repositoriesWithArgsv894xx:repositoriesWithArgs(startsWith: "r", from: 0, to: 4) {
name,
id
}
},
organization16j31a7:organization(id: "facebook") {
repositoriesWithArgskh61wb:repositoriesWithArgs(from: 0, to: 0) {
name,
id
}
},
repository1awoa9m:repository(id: "facebook/react") {
organization {
repositoriescnql9b:repositories(from: 0, to: 4) {
description,
name,
id
},
id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment