fix: remove ; from graphql files

This commit is contained in:
Alexis
2021-10-12 10:22:06 +10:30
parent 7b337dc286
commit 4e8ff7039d

View File

@@ -6,8 +6,8 @@ enum ConfigErrorState {
}
type Config {
valid: boolean;
error: ConfigErrorState;
valid: boolean
error: ConfigErrorState
}
type Query {