Github API - Test Config

FileAddition [input]

A command to add a file at the given path with the given contents as part of a
commit. Any existing file at that that path will be replaced.

Attributes
contents Base64String

Base64String [scalar]

A (potentially binary) string encoded using base64.

API:
Github GraphQL API

The base64 encoded contents of the file

path String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The path in the repository where the file will be located

API:
Github GraphQL API