CrowdyStudioGitHubFile
No description
type CrowdyStudioGitHubFile {
path: String!
content: String!
sha: String!
}
Fields
CrowdyStudioGitHubFile.path ● String! non-null scalar
CrowdyStudioGitHubFile.content ● String! non-null scalar
UTF-8 content.
CrowdyStudioGitHubFile.sha ● String! non-null scalar
Blob SHA; send it back on update.
Returned By
crowdyStudioGitHubFile query ● crowdyStudioGitHubPutFile mutation