Repository URL to install this package:
|
Version:
0.0.4 ▾
|
import { gql } from 'apollo-boost';
export default gql `
query LogOutQuery {
logOut {
responseCode
responseMessage
}
}
`;
//# sourceMappingURL=LogOutQuery.graphql.js.map