spec/graphql/language/transform_spec.rb in graphql-0.10.3 vs spec/graphql/language/transform_spec.rb in graphql-0.10.4
- old
+ new
@@ -27,9 +27,10 @@
}
# assign fragments:
fragment personInfo on Person {
birthdate, name # with fields
+ hobbies(names: [])
}
fragment petInfo on Pet { isHousebroken, species } # all on one line
# and also mutations