# import '../fragments/card_fragment.graphql' query Card($id: ID!) { card(id: $id) { ...CardFragment } }