|
228 | 228 | from .get_users import GetUsers, GetUsersUsers, GetUsersUsersAvatar |
229 | 229 | from .get_webapp_by_slug import ( |
230 | 230 | GetWebappBySlug, |
231 | | - GetWebappBySlugWebappBySlug, |
232 | | - GetWebappBySlugWebappBySlugCreatedBy, |
233 | | - GetWebappBySlugWebappBySlugPermissions, |
234 | | - GetWebappBySlugWebappBySlugWorkspace, |
| 231 | + GetWebappBySlugWebapp, |
| 232 | + GetWebappBySlugWebappCreatedBy, |
| 233 | + GetWebappBySlugWebappPermissions, |
| 234 | + GetWebappBySlugWebappWorkspace, |
235 | 235 | ) |
236 | 236 | from .input_types import ( |
237 | 237 | AddOrganizationMemberInput, |
|
618 | 618 | "GetUsersUsers", |
619 | 619 | "GetUsersUsersAvatar", |
620 | 620 | "GetWebappBySlug", |
621 | | - "GetWebappBySlugWebappBySlug", |
622 | | - "GetWebappBySlugWebappBySlugCreatedBy", |
623 | | - "GetWebappBySlugWebappBySlugPermissions", |
624 | | - "GetWebappBySlugWebappBySlugWorkspace", |
| 621 | + "GetWebappBySlugWebapp", |
| 622 | + "GetWebappBySlugWebappCreatedBy", |
| 623 | + "GetWebappBySlugWebappPermissions", |
| 624 | + "GetWebappBySlugWebappWorkspace", |
625 | 625 | "GraphQLClientError", |
626 | 626 | "GraphQLClientGraphQLError", |
627 | 627 | "GraphQLClientGraphQLMultiError", |
|
0 commit comments