feat(gitlab): graphql schema and build config

This commit is contained in:
Rongjian Zhang
2022-10-01 15:10:25 +08:00
parent ba34337b07
commit efc2359f27
5 changed files with 36975 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ class MyApp extends StatelessWidget {
theme: CupertinoThemeData(
brightness: theme.brightness,
primaryColor: antTheme.colorPrimary,
scaffoldBackgroundColor: theme.brightness == Brightness.dark
? const Color(0x00ff2629)
: const Color(0xfffafbfc),
textTheme: CupertinoTextThemeData(
textStyle: TextStyle(
fontSize: antTheme.fontSizeMain,

View File

@@ -0,0 +1,5 @@
query Project($fullPath: String!) {
project(fullPath: $fullPath) {
name
}
}

36947
lib/gql_gitlab/schema.graphql Normal file

File diff suppressed because it is too large Load Diff