"""Graphql queries.""" import_store_links = """ mutation($data: StoreLinksInput!) { importStoreLinks(input: $data) } """