CrowdyStudioGitHubPutFileInput
No description
input CrowdyStudioGitHubPutFileInput {
appId: BigInt!
projectId: String!
path: String!
content: String!
message: String!
sha: String
}
Fields
CrowdyStudioGitHubPutFileInput.appId ● BigInt! non-null scalar
CrowdyStudioGitHubPutFileInput.projectId ● String! non-null scalar
CrowdyStudioGitHubPutFileInput.path ● String! non-null scalar
CrowdyStudioGitHubPutFileInput.content ● String! non-null scalar
CrowdyStudioGitHubPutFileInput.message ● String! non-null scalar
CrowdyStudioGitHubPutFileInput.sha ● String scalar
Required when the file already exists.
Member Of
crowdyStudioGitHubPutFile mutation