Type Alias ProjectBranchArgs

ProjectBranchArgs: {
    name?: InputMaybe<Scalars["String"]["input"]>;
}