Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. calories_per_serving: Int
  2. description: String
  3.  
  4. food_category_id: Int
  5. food_category: food_category
  6. An object relationship
  7.  
  8. id: Int!
  9. instructions: String
  10. name: String!
  11. number_of_servings: Int
  12.  
  13. recipe_ingredients(
  14. limit: Int
  15. offset: Int
  16. order_by: [recipe_ingredient_order_by!]
  17. where: recipe_ingredient_bool_exp
  18. ): [recipe_ingredient!]!
  19. An array relationship
  20.  
  21. source: String
  22. time_to_prepre: String
  23. vegetarian: Boolean!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement