Fix fiatCurrency gql type
This commit is contained in:
parent
f66a8162da
commit
7d49b686aa
|
@ -58,7 +58,7 @@ export default gql`
|
||||||
hasNewNotes: Boolean!
|
hasNewNotes: Boolean!
|
||||||
hasInvites: Boolean!
|
hasInvites: Boolean!
|
||||||
tipDefault: Int!
|
tipDefault: Int!
|
||||||
fiatCurrency: String
|
fiatCurrency: String!
|
||||||
bio: Item
|
bio: Item
|
||||||
bioId: Int
|
bioId: Int
|
||||||
photoId: Int
|
photoId: Int
|
||||||
|
|
Loading…
Reference in New Issue