We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of function generated with the Github API:
def repositories[A]( affiliations: Option[List[Option[RepositoryAffiliation]]], after: Option[String], before: Option[String], first: Option[Int], isFork: Option[Boolean], isLocked: Option[Boolean], last: Option[Int], orderBy: Option[RepositoryOrder], ownerAffiliations: Option[List[Option[RepositoryAffiliation]]], privacy: Option[RepositoryPrivacy] )( innerSelection: SelectionBuilder[RepositoryConnection, A] ): SelectionBuilder[Organization, A] = ???
It is inconvenient to have to pass None for each of them. We could add = None when generating the code.
None
= None
The text was updated successfully, but these errors were encountered:
I'm going to take a shot at this tomorrow morning :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Example of function generated with the Github API:
It is inconvenient to have to pass
None
for each of them. We could add= None
when generating the code.The text was updated successfully, but these errors were encountered: