mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 10:28:58 -05:00
feat(gitlab): graphql schema and build config
This commit is contained in:
@@ -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,
|
||||
|
||||
5
lib/gql_gitlab/project.graphql
Normal file
5
lib/gql_gitlab/project.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
query Project($fullPath: String!) {
|
||||
project(fullPath: $fullPath) {
|
||||
name
|
||||
}
|
||||
}
|
||||
36947
lib/gql_gitlab/schema.graphql
Normal file
36947
lib/gql_gitlab/schema.graphql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user