diff --git a/graph/typeDefs.graphql b/graph/typeDefs.graphql index 5f2d5a8c3..a4c4b8c5c 100644 --- a/graph/typeDefs.graphql +++ b/graph/typeDefs.graphql @@ -112,7 +112,7 @@ input AssetsQuery { # Limit the number of results to be returned limit: Int = 10 - +} ################################################################################ ## Tags ################################################################################ @@ -155,7 +155,6 @@ type TagLink { # The date that the TagLink was created. created_at: Date! ->>>>>>> master } ################################################################################