remove union

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-07-14 15:10:19 +09:30
parent 7d90e011ef
commit 9f0f0f32bf
+1 -1
View File
@@ -16,7 +16,7 @@ type Mutation {
input arrayDiskInput {
id: String!
slot: Int | String
slot: Int
}
type Array {