prefect_github.schemas.graphql_schema
AbortQueuedMigrationsInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2161 2162 2163 2164 2165 2166 2167 2168 2169 |
|
AbortQueuedMigrationsPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6763 6764 6765 6766 6767 6768 6769 6770 6771 |
|
AcceptEnterpriseAdministratorInvitationInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
|
AcceptEnterpriseAdministratorInvitationPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 |
|
AcceptTopicSuggestionInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 |
|
AcceptTopicSuggestionPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6788 6789 6790 6791 6792 6793 6794 6795 6796 |
|
Actor
Bases: Interface
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 |
|
ActorLocation
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 |
|
ActorType
Bases: Enum
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
16 17 18 19 20 21 22 |
|
AddAssigneesToAssignableInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 |
|
AddAssigneesToAssignablePayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6834 6835 6836 6837 6838 6839 6840 6841 6842 |
|
AddCommentInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
|
AddCommentPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
|
AddDiscussionCommentInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 |
|
AddDiscussionCommentPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6860 6861 6862 6863 6864 6865 6866 6867 6868 |
|
AddDiscussionPollVoteInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 |
|
AddDiscussionPollVotePayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6871 6872 6873 6874 6875 6876 6877 6878 6879 |
|
AddEnterpriseSupportEntitlementInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 |
|
AddEnterpriseSupportEntitlementPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6882 6883 6884 6885 6886 6887 6888 6889 6890 |
|
AddLabelsToLabelableInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 |
|
AddLabelsToLabelablePayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6893 6894 6895 6896 6897 6898 6899 6900 6901 |
|
AddProjectCardInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 |
|
AddProjectCardPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
|
AddProjectColumnInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
|
AddProjectColumnPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 |
|
AddProjectDraftIssueInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 |
|
AddProjectDraftIssuePayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 |
|
AddProjectNextItemInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 |
|
AddProjectNextItemPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 |
|
AddProjectV2DraftIssueInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 |
|
AddProjectV2DraftIssuePayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6954 6955 6956 6957 6958 6959 6960 6961 6962 |
|
AddProjectV2ItemByIdInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 |
|
AddProjectV2ItemByIdPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6965 6966 6967 6968 6969 6970 6971 6972 6973 |
|
AddPullRequestReviewCommentInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 |
|
AddPullRequestReviewCommentPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 |
|
AddPullRequestReviewInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 |
|
AddPullRequestReviewPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 |
|
AddPullRequestReviewThreadInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
|
AddPullRequestReviewThreadPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7004 7005 7006 7007 7008 7009 7010 7011 7012 |
|
AddReactionInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 |
|
AddReactionPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 |
|
AddStarInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 |
|
AddStarPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7027 7028 7029 7030 7031 7032 7033 7034 7035 |
|
AddUpvoteInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2493 2494 2495 2496 2497 2498 2499 2500 2501 |
|
AddUpvotePayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7038 7039 7040 7041 7042 7043 7044 7045 7046 |
|
AddVerifiableDomainInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 |
|
AddVerifiableDomainPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7049 7050 7051 7052 7053 7054 7055 7056 7057 |
|
AddedToProjectEvent
Bases: Type
, Node
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
21620 21621 21622 21623 21624 21625 21626 21627 21628 21629 21630 21631 |
|
App
Bases: Type
, Node
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
21634 21635 21636 21637 21638 21639 21640 21641 21642 21643 21644 21645 21646 21647 21648 21649 21650 21651 21652 21653 21654 21655 21656 21657 21658 21659 21660 21661 21662 21663 21664 21665 21666 21667 21668 21669 21670 21671 21672 21673 21674 21675 21676 21677 21678 21679 21680 21681 21682 21683 21684 21685 21686 21687 21688 21689 21690 21691 21692 21693 21694 21695 |
|
ApproveDeploymentsInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 |
|
ApproveDeploymentsPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 |
|
ApproveVerifiableDomainInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2539 2540 2541 2542 2543 2544 2545 2546 2547 |
|
ApproveVerifiableDomainPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7074 7075 7076 7077 7078 7079 7080 7081 7082 |
|
ArchiveRepositoryInput
Bases: Input
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 |
|
ArchiveRepositoryPayload
Bases: Type
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7085 7086 7087 7088 7089 7090 7091 7092 7093 |
|
Assignable
Bases: Interface
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 |
|
AssignedEvent
Bases: Type
, Node
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
21698 21699 21700 21701 21702 21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 |
|
Assignee
Bases: Union
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
32367 32368 32369 32370 32371 32372 32373 |
|
AuditEntry
Bases: Interface
See source code for more info.
Source code in prefect_github/schemas/graphql_schema.py
7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 |
|